]> gitweb.pimeys.fr Git - config-20-100.git/commitdiff
Ulm + dptinfo + stage Télécom
authorVincent Le Gallic <legallic@crans.org>
Thu, 25 Jul 2013 10:44:36 +0000 (12:44 +0200)
committerVincent Le Gallic <legallic@crans.org>
Thu, 25 Jul 2013 17:16:13 +0000 (19:16 +0200)
.ssh/config

index a9ebea34314d2ffb4e894b72d31a7c8c41db8297..14e41f344f8a2194c4e598c6a97431ce50335360 100644 (file)
@@ -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)