You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
My ssh connection with remote server works fine after I copied the public key to the new Streisand server in order for authentication via keys. Login works without password.
ssh root@myserverIP
Expected behavior:
Finishing install script without connecting error
Actual Behavior:
At the very end of installation I got this error message
--> fatal: [myserverIP]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,password).", "unreachable": true}
Steps to Reproduce:
[ contents of streisand-diagnostics.md here ]
none
Additional Details:
Log output from Ansible or other relevant services (link to Gist for longer output):
Target Cloud Provider: No cloud provider - own server
Operating System of target host: Ubuntu 16.04 LTS
Operating System of client: Mac OS
Version of Ansible, using ansible --version : ansible 2.9.16
Output from git rev-parse HEAD in your Streisand directory : none
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My ssh connection with remote server works fine after I copied the public key to the new Streisand server in order for authentication via keys. Login works without password.
ssh root@myserverIP
Expected behavior:
Finishing install script without connecting error
Actual Behavior:
At the very end of installation I got this error message
--> fatal: [myserverIP]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,password).", "unreachable": true}
Steps to Reproduce:
[ contents of
streisand-diagnostics.md
here ]none
Additional Details:
Log output from Ansible or other relevant services (link to Gist for longer output):
Target Cloud Provider: No cloud provider - own server
Operating System of target host: Ubuntu 16.04 LTS
Operating System of client: Mac OS
Version of Ansible, using
ansible --version
: ansible 2.9.16Output from
git rev-parse HEAD
in your Streisand directory : noneThe text was updated successfully, but these errors were encountered: