From ee6aa5b3a6c2f703484b5ac0007b906bf400f900 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 25 Jul 2013 12:44:36 +0200 Subject: [PATCH 1/1] =?utf8?q?Ulm=20+=20dptinfo=20+=20stage=20T=C3=A9l?= =?utf8?q?=C3=A9com?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .ssh/config | 77 +++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 23 deletions(-) diff --git a/.ssh/config b/.ssh/config index a9ebea3..14e41f3 100644 --- a/.ssh/config +++ b/.ssh/config @@ -870,30 +870,61 @@ Host tahines.ens-cachan.fr tahines2 tahines User vlegalli -#~# # +------------------+ -#~# # | Département info | -#~# # +------------------+ -#~# # Machines du département informatique de l'ENSC -#~# # Accesibles aux A0 -#~# -#~# Host dptinfo21.dptinfo.ens-cachan.fr info21 infossh ssh.dptinfo -#~# #HostName 138.231.36.60 -#~# HostName ssh.dptinfo.ens-cachan.fr -#~# User loginENS -#~# ForwardAgent yes -#~# -#~# Host dptinfo*.dptinfo.ens-cachan.fr -#~# HostName %h -#~# User loginENS -#~# ProxyCommand ssh loginENS@ssh.dptinfo.ens-cachan.fr -W %h:%p -#~# ForwardAgent yes -#~# -#~# Host info* -#~# HostName dpt%h.dptinfo.ens-cachan.fr -#~# User loginENS -#~# ProxyCommand ssh loginENS@ssh.dptinfo.ens-cachan.fr -W %h:%p -#~# ForwardAgent yes +# +-----+ +# | Ulm | +# +-----+ +# Parce que je me suis inscrit à la DSI d'Ulm +Host clipper clipper.ens.fr + HostName clipper.ens.fr + User legallic + + +# +------------------+ +# | Département info | +# +------------------+ +# Machines du département informatique de l'ENSC + +Host dptinfo21.dptinfo.ens-cachan.fr info21 infossh ssh.dptinfo + #HostName 138.231.36.60 + HostName ssh.dptinfo.ens-cachan.fr + User vlegalli + ForwardAgent yes + +Host dptinfo*.dptinfo.ens-cachan.fr + HostName %h + User vlegalli + ProxyCommand ssh vlegalli@ssh.dptinfo.ens-cachan.fr -W %h:%p + ForwardAgent yes + +Host info* + HostName dpt%h.dptinfo.ens-cachan.fr + User vlegalli + ProxyCommand ssh vlegalli@ssh.dptinfo.ens-cachan.fr -W %h:%p + ForwardAgent yes + + +# +---------+ +# | Télécom | +# +---------+ +# Stage au labo de Télécom ParisTech + +Host ssh.enst enst ssh.enst.fr + HostName ssh.enst.fr + User legallic + ForwardAgent yes + +Host infres infres.enst.fr + HostName infres.enst.fr + User legallic + ProxyCommand ssh ssh.enst.fr -W %h:%p + ForwardAgent yes + +Host tipaza tipaza.enst.fr + HostName tipaza.enst.fr + User legallic + ProxyCommand ssh ssh.enst.fr -W %h:%p + ForwardAgent yes # END (utile pour éviter les merge conflicts) -- 2.39.2