diff options
Diffstat (limited to 'cluster/prod/ssh_config')
-rw-r--r-- | cluster/prod/ssh_config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cluster/prod/ssh_config b/cluster/prod/ssh_config new file mode 100644 index 0000000..266d77f --- /dev/null +++ b/cluster/prod/ssh_config @@ -0,0 +1,10 @@ +UserKnownHostsFile ./ssh_known_hosts + +Host concombre + HostName 10.42.1.31 + +Host courgette + HostName 10.42.1.32 + +Host celeri + HostName 10.42.1.33 |