From d3428e2ad3494df8c2e9325a65c402f10796ceb0 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Mon, 13 Feb 2017 00:40:26 +0100 Subject: [PATCH] =?utf8?q?customisation=20ssh=20cabal=20=C3=A0=20la=20mais?= =?utf8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .ssh/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2