diff --git a/.ssh/config b/.ssh/config index 3abfceb..97d894d 100644 --- a/.ssh/config +++ b/.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