Add staging IPv4 endpoint to ssh config
This commit is contained in:
parent
38929646bf
commit
9d4d8ef630
1 changed files with 8 additions and 3 deletions
|
@ -3,16 +3,21 @@ Host *
|
||||||
Port 110
|
Port 110
|
||||||
|
|
||||||
Host caribou
|
Host caribou
|
||||||
#HostName caribou.machine.deuxfleurs.fr
|
|
||||||
HostName caribou.machine.staging.deuxfleurs.org
|
HostName caribou.machine.staging.deuxfleurs.org
|
||||||
|
|
||||||
|
Host origan_v4
|
||||||
|
Port 33600
|
||||||
|
Hostname 82.64.238.84
|
||||||
|
|
||||||
Host origan
|
Host origan
|
||||||
#HostName origan.df.trinity.fr.eu.org
|
|
||||||
HostName origan.machine.staging.deuxfleurs.org
|
HostName origan.machine.staging.deuxfleurs.org
|
||||||
|
|
||||||
Host piranha
|
Host piranha
|
||||||
HostName piranha.machine.staging.deuxfleurs.org
|
HostName piranha.machine.staging.deuxfleurs.org
|
||||||
|
|
||||||
|
Host df-pw5_v4
|
||||||
|
Port 112
|
||||||
|
Hostname bespin.site.deuxfleurs.fr
|
||||||
|
|
||||||
Host df-pw5
|
Host df-pw5
|
||||||
#HostName df-pw5.machine.deuxfleurs.fr
|
|
||||||
HostName df-pw5.machine.staging.deuxfleurs.org
|
HostName df-pw5.machine.staging.deuxfleurs.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue