update ssh config
This commit is contained in:
parent
149e55fc05
commit
32ae9fab20
1 changed files with 101 additions and 12 deletions
113
ssh/.ssh/config
113
ssh/.ssh/config
|
@ -9,16 +9,36 @@
|
|||
|
||||
# Work
|
||||
|
||||
#Host node172128.ood.ovh
|
||||
# ProxyCommand ssh node122140.ood.ovh -- root@%h
|
||||
|
||||
Host *.ovh.net
|
||||
User qgodefro
|
||||
Port 22
|
||||
IdentityFile ~/work_201806
|
||||
IdentityFile ~/.ssh/work_201806
|
||||
|
||||
Host lescopains
|
||||
User hactarus
|
||||
Hostname 90.91.80.218
|
||||
# IdentityFile ~/.ssh/id_lescopains
|
||||
Port 22
|
||||
# Password u55M|+[k
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
||||
Host nas
|
||||
User hactarus
|
||||
IdentityFile ~/.ssh/auberge
|
||||
Port 16843
|
||||
Hostname 192.168.2.56
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
||||
Host 213.186.33.88
|
||||
Hostname 213.186.33.88
|
||||
User qgodefro
|
||||
Port 22
|
||||
IdentityFile /home/qgodefro/.ssh/ovh_sdev
|
||||
IdentityFile ~/.ssh/ovh_sdev
|
||||
|
||||
Host avimbo
|
||||
Hostname sshcloud.cluster024.hosting.ovh.net
|
||||
|
@ -30,37 +50,83 @@ Host stash.ovh.net
|
|||
User git
|
||||
Hostname stash.ovh.net
|
||||
Port 7999
|
||||
IdentityFile /home/qgodefro/.ssh/desk
|
||||
IdentityFile ~/.ssh/desk
|
||||
|
||||
Host qgodefro1
|
||||
User debian
|
||||
Hostname qgodefro1.rungs.ovh
|
||||
Port 22
|
||||
IdentityFile /home/qgodefro/.ssh/desk
|
||||
IdentityFile ~/.ssh/desk
|
||||
|
||||
Host meltingpot
|
||||
User gs
|
||||
Hostname mozg-meltingpot.ovh.ha.ovh.net
|
||||
|
||||
# VM
|
||||
Host pentest
|
||||
user root
|
||||
Hostname 10.10.0.181
|
||||
IdentityFile ~/.ssh/id_node1042
|
||||
Port 16843
|
||||
|
||||
Host node1060
|
||||
user root
|
||||
Hostname 192.168.1.60
|
||||
IdentityFile ~/.ssh/id_node1042
|
||||
Port 16843
|
||||
|
||||
Host pi3
|
||||
user pi
|
||||
Hostname 192.168.1.24
|
||||
IdentityFile ~/.ssh/id_node1042
|
||||
Port 16844
|
||||
|
||||
Host pi4
|
||||
user root
|
||||
Hostname 192.168.2.111
|
||||
IdentityFile ~/.ssh/auberge
|
||||
Port 16843
|
||||
|
||||
Host backup.ood.ovh
|
||||
User fenchurch
|
||||
Hostname 192.168.2.50
|
||||
IdentityFile ~/.ssh/auberge
|
||||
Port 16843
|
||||
|
||||
Host davros
|
||||
User hactar
|
||||
Hostname davros.ovh
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/davros
|
||||
IdentityFile ~/.ssh/id_node1042
|
||||
|
||||
Host ansible
|
||||
Hostname node87222.ood.ovh
|
||||
Port 16843
|
||||
User arch
|
||||
|
||||
Host git.edmund.ovh
|
||||
Host git.ood.ovh
|
||||
User git
|
||||
Hostname git.edmund.ovh
|
||||
Port 22
|
||||
IdentityFile /home/qgodefro/.ssh/desk
|
||||
Hostname git.ood.ovh
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/master
|
||||
|
||||
Host root.git.ood.ovh
|
||||
User root
|
||||
Hostname git.ood.ovh
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/master
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
Hostname github.com
|
||||
Port 22
|
||||
IdentityFile ~/.ssh/master
|
||||
|
||||
Host node95185
|
||||
Hostname 164.132.95.185
|
||||
User hactar
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/master
|
||||
# Friends
|
||||
|
||||
Host namek.fr
|
||||
|
@ -68,6 +134,12 @@ Host namek.fr
|
|||
Port 2799
|
||||
IdentityFile ~/.ssh/thomas_b_series
|
||||
|
||||
Host ts
|
||||
User root
|
||||
Port 16843
|
||||
Hostname ts.cresi.be
|
||||
IdentityFile ~/.ssh/auberge
|
||||
|
||||
Host beta
|
||||
User root
|
||||
Port 22
|
||||
|
@ -77,7 +149,7 @@ Host beta
|
|||
Host mrboogie
|
||||
User quentin
|
||||
Hostname docki.bobobby.com
|
||||
IdentityFile /home/qgodefro/.ssh/auberge
|
||||
IdentityFile ~/.ssh/auberge
|
||||
Port 1492
|
||||
|
||||
Host moker
|
||||
|
@ -93,11 +165,28 @@ Host dev.bobobby.com
|
|||
|
||||
# Cluster
|
||||
|
||||
Host node*
|
||||
Host node10242
|
||||
Hostname 192.168.2.242
|
||||
User root
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/ed25519
|
||||
IdentityFile ~/.ssh/auberge
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
||||
|
||||
Host *.techwars.ovh
|
||||
User debian
|
||||
IdentityFile ~/.ssh/auberge
|
||||
|
||||
Host 5.39.91.59
|
||||
IdentityFile .ssh/id_node1042
|
||||
User ood
|
||||
Hostname 5.39.91.59
|
||||
Port 16843
|
||||
|
||||
Host *
|
||||
Port 16843
|
||||
User root
|
||||
IdentityFile ~/.ssh/auberge
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
|
Loading…
Add table
Reference in a new issue