adjust ssh_config
This commit is contained in:
parent
c33c32b8db
commit
5ad325ebed
2 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
UserKnownHostsFile ./cluster/prod/known_hosts
|
||||
Host *
|
||||
Port 110
|
||||
|
||||
Host concombre
|
||||
HostName concombre.machine.deuxfleurs.fr
|
||||
|
|
|
@ -2,6 +2,10 @@ UserKnownHostsFile ./cluster/staging/known_hosts
|
|||
Host *
|
||||
Port 110
|
||||
|
||||
Host caribou_v4
|
||||
Port 2234
|
||||
Hostname 78.192.88.164
|
||||
|
||||
Host caribou
|
||||
HostName caribou.machine.staging.deuxfleurs.org
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue