Skip to content

Instantly share code, notes, and snippets.

@ksomemo
Created May 27, 2013 09:12
Show Gist options
  • Save ksomemo/5656015 to your computer and use it in GitHub Desktop.
Save ksomemo/5656015 to your computer and use it in GitHub Desktop.
ssh config
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