Skip to content

Instantly share code, notes, and snippets.

@danstreeter
Created February 28, 2020 18:42
Embed
What would you like to do?
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