move to stow
This commit is contained in:
parent
20f5b85263
commit
149e55fc05
40 changed files with 2730 additions and 622 deletions
103
ssh/.ssh/config
Normal file
103
ssh/.ssh/config
Normal file
|
@ -0,0 +1,103 @@
|
|||
|
||||
#Host *.reseller.mis.ovh.net
|
||||
# ProxyCommand ssh -F ~/.ssh/config z3 -t -- root@%h -p %p
|
||||
|
||||
#Host *.ovh.net
|
||||
# ControlMaster auto
|
||||
# ControlPath ~/.ssh/mux-%r@%h:%p
|
||||
# ControlPersist 15m
|
||||
|
||||
# Work
|
||||
|
||||
Host *.ovh.net
|
||||
User qgodefro
|
||||
Port 22
|
||||
IdentityFile ~/work_201806
|
||||
|
||||
Host 213.186.33.88
|
||||
Hostname 213.186.33.88
|
||||
User qgodefro
|
||||
Port 22
|
||||
IdentityFile /home/qgodefro/.ssh/ovh_sdev
|
||||
|
||||
Host avimbo
|
||||
Hostname sshcloud.cluster024.hosting.ovh.net
|
||||
Port 41045
|
||||
User avimboo
|
||||
IdentityFile ~/.ssh/hosting
|
||||
|
||||
Host stash.ovh.net
|
||||
User git
|
||||
Hostname stash.ovh.net
|
||||
Port 7999
|
||||
IdentityFile /home/qgodefro/.ssh/desk
|
||||
|
||||
Host qgodefro1
|
||||
User debian
|
||||
Hostname qgodefro1.rungs.ovh
|
||||
Port 22
|
||||
IdentityFile /home/qgodefro/.ssh/desk
|
||||
|
||||
Host meltingpot
|
||||
User gs
|
||||
Hostname mozg-meltingpot.ovh.ha.ovh.net
|
||||
|
||||
# VM
|
||||
|
||||
Host davros
|
||||
User hactar
|
||||
Hostname davros.ovh
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/davros
|
||||
|
||||
Host ansible
|
||||
Hostname node87222.ood.ovh
|
||||
Port 16843
|
||||
User arch
|
||||
|
||||
Host git.edmund.ovh
|
||||
User git
|
||||
Hostname git.edmund.ovh
|
||||
Port 22
|
||||
IdentityFile /home/qgodefro/.ssh/desk
|
||||
|
||||
# Friends
|
||||
|
||||
Host namek.fr
|
||||
User hactarus
|
||||
Port 2799
|
||||
IdentityFile ~/.ssh/thomas_b_series
|
||||
|
||||
Host beta
|
||||
User root
|
||||
Port 22
|
||||
Hostname beta.namek.fr
|
||||
IdentityFile ~/.ssh/auberge
|
||||
|
||||
Host mrboogie
|
||||
User quentin
|
||||
Hostname docki.bobobby.com
|
||||
IdentityFile /home/qgodefro/.ssh/auberge
|
||||
Port 1492
|
||||
|
||||
Host moker
|
||||
User quentin
|
||||
Port 1122
|
||||
IdentityFile ~/.ssh/auberge
|
||||
Hostname moker.fr
|
||||
|
||||
Host dev.bobobby.com
|
||||
User git
|
||||
Hostname dev.bobobby.com
|
||||
IdentityFile ~/.ssh/auberge
|
||||
|
||||
# Cluster
|
||||
|
||||
Host node*
|
||||
User root
|
||||
Port 16843
|
||||
IdentityFile ~/.ssh/ed25519
|
||||
|
||||
Host *.techwars.ovh
|
||||
User debian
|
||||
IdentityFile ~/.ssh/auberge
|
Loading…
Add table
Add a link
Reference in a new issue