Created
May 27, 2013 09:12
-
-
Save ksomemo/5656015 to your computer and use it in GitHub Desktop.
ssh config
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
Host passAllow | |
User user_name | |
HostName host_name | |
PubkeyAuthentication no | |
PasswordAuthentication yes # default | |
Host keyOnly | |
User user_name | |
HostName host_name | |
PubkeyAuthentication yes # default | |
PasswordAuthentication no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment