new ssh config
This commit is contained in:
parent
2f029f2ccc
commit
205c7ca425
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@ Host davros
|
||||||
User hactar
|
User hactar
|
||||||
Hostname davros.ovh
|
Hostname davros.ovh
|
||||||
Port 16843
|
Port 16843
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/davros
|
||||||
|
|
||||||
Host namek.fr
|
Host namek.fr
|
||||||
User hactarus
|
User hactarus
|
||||||
|
@ -13,7 +13,7 @@ Host avimbo
|
||||||
Hostname sshcloud.cluster024.hosting.ovh.net
|
Hostname sshcloud.cluster024.hosting.ovh.net
|
||||||
Port 41045
|
Port 41045
|
||||||
User avimboo
|
User avimboo
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/hosting
|
||||||
|
|
||||||
Host ansible
|
Host ansible
|
||||||
Hostname node87222.ood.ovh
|
Hostname node87222.ood.ovh
|
||||||
|
@ -23,4 +23,5 @@ Host ansible
|
||||||
Host node*
|
Host node*
|
||||||
User root
|
User root
|
||||||
Port 16843
|
Port 16843
|
||||||
IdentityFile ~/.ssh/{{.Env}}
|
IdentityFile ~/.ssh/node
|
||||||
|
{{ .os.Hostname }}
|
Loading…
Add table
Reference in a new issue