From: Vincent Le Gallic Date: Sun, 12 Feb 2017 23:40:26 +0000 (+0100) Subject: customisation ssh cabal à la maison X-Git-Url: http://gitweb.pimeys.fr/?p=config-20-100.git;a=commitdiff_plain;h=d3428e2ad3494df8c2e9325a65c402f10796ceb0 customisation ssh cabal à la maison --- diff --git a/.ssh/config b/.ssh/config index 4c10e33..ba9a347 100644 --- a/.ssh/config +++ b/.ssh/config @@ -121,7 +121,13 @@ Host cabal.home cabal 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