From 30f1162cb6a61715c1a13c711ed84c00dff84a1f Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Wed, 23 Dec 2020 23:10:01 +0100 Subject: [PATCH] add the host telecom --- .ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ssh/config b/.ssh/config index 04de0f3..6a44509 100644 --- a/.ssh/config +++ b/.ssh/config @@ -16,3 +16,11 @@ Host 10.128.0.* *.adm.auro.re Host *.auro.re User histausse +Host proxy-telecom + Hostname ssh.enst.fr + User jmmineau + +Host telecom + Hostname tp-3a101-12.enst.fr + ProxyJump proxy-telecom + User jmmineau