|
@@ -1,19 +1,13 @@
|
|
|
Host *
|
|
|
ForwardAgent yes
|
|
|
ForwardX11 yes
|
|
|
- IdentitiesOnly yes
|
|
|
- StrictHostKeyChecking no
|
|
|
+
|
|
|
Host gwelic
|
|
|
User pbarriat
|
|
|
Hostname www.climate.be
|
|
|
IdentityFile ~/.ssh/id_rsa
|
|
|
Host *%gwelic
|
|
|
ProxyCommand ssh -q -W %h:%p gwelic
|
|
|
-Host gwcism
|
|
|
- User pbarriat
|
|
|
- Hostname gwcism.cism.ucl.ac.be
|
|
|
-Host *%gwcism
|
|
|
- ProxyCommand ssh -W %h:%p gwcism
|
|
|
Host gwceci
|
|
|
User pbarriat
|
|
|
Hostname gwceci.cism.ucl.ac.be
|
|
@@ -26,11 +20,11 @@ Host *%gwceci
|
|
|
Host elixir*
|
|
|
HostName elixir.elic.ucl.ac.be
|
|
|
User pbarriat
|
|
|
-Host elixir%gwcism
|
|
|
+Host elixir%gwceci
|
|
|
Host elixir%gwelic
|
|
|
|
|
|
-Host egit
|
|
|
- User git
|
|
|
+Host regit*
|
|
|
+ User git
|
|
|
Hostname www.climate.be
|
|
|
Port 3022
|
|
|
- Proxycommand ssh -xaqW %h:%p gwcism
|
|
|
+ Proxycommand ssh -xaqW %h:%p gwceci
|