[ssh]fast tips for mathux

This commit is contained in:
Mathieu Maret 2014-12-22 16:37:08 +01:00 committed by Mathieu Maret
parent 7c7e34ce76
commit 71af19c958
1 changed files with 15 additions and 0 deletions

View File

@ -3,6 +3,21 @@ Host mathux
Port 22
User mathieu
Host mathux_fast
Hostname mathux.org
Port 22
User mathieu
#Use a single connection
ControlMaster auto
ControlPersist yes
ControlPath ~/.ssh/socket-%r@%h:%p
#Compression
Compression yes
#Low Cpu ciphers
#Ciphers arcfour,blowfish-cbc
#Bypass ipv6
AddressFamily inet
Host sirius
Hostname 172.16.0.97
Port 22