Please bear with us as we work to restore functionality to dotfiles.org.
artis
/ssh_config
${HOME}/.ssh/config
# $Id: config,v 1.23 2007/07/23 13:18:09 artis Exp $
Host *
Protocol 2
Ciphers blowfish-cbc,aes128-cbc
MACs umac-64@openssh.com,hmac-sha1
PreferredAuthentications publickey,password
ChallengeResponseAuthentication no
RSAAuthentication no
TCPKeepAlive no
ServerAliveInterval 10
ServerAliveCountMax 2
ControlPath ~/.tmp/%r@%h:%p
ControlMaster auto
HashKnownHosts yes
IdentitiesOnly yes
Compression yes
CompressionLevel 7
ExitOnForwardFailure yes
ClearAllForwardings yes