new ssh config

This commit is contained in:
Hactarus 2018-05-30 11:18:57 +00:00
parent 2f029f2ccc
commit 205c7ca425

View file

@ -2,7 +2,7 @@ Host davros
User hactar
Hostname davros.ovh
Port 16843
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/davros
Host namek.fr
User hactarus
@ -13,7 +13,7 @@ Host avimbo
Hostname sshcloud.cluster024.hosting.ovh.net
Port 41045
User avimboo
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/hosting
Host ansible
Hostname node87222.ood.ovh
@ -23,4 +23,5 @@ Host ansible
Host node*
User root
Port 16843
IdentityFile ~/.ssh/{{.Env}}
IdentityFile ~/.ssh/node
{{ .os.Hostname }}