Skip to content

Instantly share code, notes, and snippets.

@danstreeter
Created February 28, 2020 18:42
Show Gist options
  • Save danstreeter/454617624694dc70833d3e5f6aac19c0 to your computer and use it in GitHub Desktop.
Save danstreeter/454617624694dc70833d3e5f6aac19c0 to your computer and use it in GitHub Desktop.
Connect to a SSH server envforicng password authenticaiton (ignoring keys)
ssh -o PasswordAuthentication=yes -oPreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no user@server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment