Skip to content

Instantly share code, notes, and snippets.

@davidmerrick
Created August 19, 2015 03:19
Show Gist options
  • Save davidmerrick/36170c536e2741b50aed to your computer and use it in GitHub Desktop.
Save davidmerrick/36170c536e2741b50aed to your computer and use it in GitHub Desktop.
Force SSH client to not use keys
ssh -o PreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no [hostname]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment