Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created February 4, 2013 06:16
Show Gist options
  • Save n0ts/4705265 to your computer and use it in GitHub Desktop.
Save n0ts/4705265 to your computer and use it in GitHub Desktop.
SSH config for me
Host *
ForwardAgent yes
StrictHostKeyChecking no
LogLevel QUIET
HashKnownHosts yes
Ciphers arcfour256,aes256-cbc,arcfour128,aes192-cbc,aes128-cbc
MACs hmac-sha1-96,hmac-sha1,hmac-md5-96,hmac-md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment