Created
February 28, 2020 18:42
-
-
Save danstreeter/454617624694dc70833d3e5f6aac19c0 to your computer and use it in GitHub Desktop.
Connect to a SSH server envforicng password authenticaiton (ignoring keys)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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