Created
March 1, 2019 18:08
-
-
Save jessijean/665f0eca7757d7c3b84e6e46939bcf4f to your computer and use it in GitHub Desktop.
Tell server SSH Preferred Password
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
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no account@your-ip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code comes from this useful article: https://www.linode.com/community/questions/413/i-get-the-error-permission-denied-publickey-when-i-connect-with-ssh