Skip to content

Instantly share code, notes, and snippets.

@mahemoff
Created March 21, 2014 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahemoff/9684727 to your computer and use it in GitHub Desktop.
Save mahemoff/9684727 to your computer and use it in GitHub Desktop.
Common Ansible ssh error
FAILED => SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue
In my experience, this is almost because I forgot add the user. Add "-u username" to the ansible command-line call.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment