[ssh]fast tips for mathux
This commit is contained in:
parent
7c7e34ce76
commit
71af19c958
15
.ssh/config
15
.ssh/config
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user