]> gitweb.pimeys.fr Git - config-20-100.git/commitdiff
customisation ssh cabal à la maison
authorVincent Le Gallic <legallic@crans.org>
Sun, 12 Feb 2017 23:40:26 +0000 (00:40 +0100)
committerVincent Le Gallic <legallic@crans.org>
Sun, 12 Feb 2017 23:40:26 +0000 (00:40 +0100)
.ssh/config

index 4c10e3340e867862c881ba8db0de289d9bc9aa61..ba9a3474c237a0daf1d2027e2804ace383fff66b 100644 (file)
@@ -121,7 +121,13 @@ Host cabal.home cabal
     HostName 192.168.1.81
     User vincent
     ForwardAgent yes
     HostName 192.168.1.81
     User vincent
     ForwardAgent yes
-    ProxyCommand ssh home.b2moo.fr -W %h:%p
+    ProxyCommand ssh -4 home.b2moo.fr -W %h:%p
+
+Host cabalviabox
+    HostName home.b2moo.fr
+    Port 2222
+    User vincent
+    ForwardAgent yes
 
 Host cabalw.home cabalw
     HostName 192.168.1.63
 
 Host cabalw.home cabalw
     HostName 192.168.1.63