Created
February 13, 2014 11:06
-
-
Save peter-mcconnell/8973288 to your computer and use it in GitHub Desktop.
ssh password only
This file contains hidden or 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
| # stop ssh attempting to loop through ssh keys and go straight to pwd prompt | |
| ssh -o PubkeyAuthentication=no [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment