From 71af19c9580ec330f655aad5eb1cac02416dd1c7 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 22 Dec 2014 16:37:08 +0100 Subject: [PATCH] [ssh]fast tips for mathux --- .ssh/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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