fix ssh_config
This commit is contained in:
parent
42e47dbc7b
commit
c648c6ebe6
2 changed files with 20 additions and 11 deletions
26
config/ssh/config
Normal file
26
config/ssh/config
Normal file
|
@ -0,0 +1,26 @@
|
|||
Host davros
|
||||
User hactar
|
||||
Hostname davros.ovh
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host namek.fr
|
||||
User hactarus
|
||||
Port 2799
|
||||
IdentityFile ~/.ssh/thomas_b_series
|
||||
|
||||
Host avimbo
|
||||
Hostname sshcloud.cluster024.hosting.ovh.net
|
||||
Port 41045
|
||||
User avimboo
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
|
||||
Host ansible
|
||||
Hostname node87222.ood.ovh
|
||||
Port 16843
|
||||
User arch
|
||||
|
||||
Host node*
|
||||
User root
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/{{.Env}}
|
Loading…
Add table
Add a link
Reference in a new issue