diff --git a/.ssh/config b/.ssh/config index ebbe5df..2dcd7a7 100644 --- a/.ssh/config +++ b/.ssh/config @@ -90,3 +90,30 @@ Host proxy Hostname 163.172.155.15 User root Port 22 + +Host bastion +Hostname usine.michalon.eu +User od +Port 22 + +Host abeille + Hostname 192.168.1.90 + User od + Port 22 + ProxyJump bastion + +Host mattermost +Hostname dossmann.net +User od +Port 4555 + +Host wekan + Hostname 192.168.101.11 + User od + Port 22 + ProxyJump mattermost + +Host backup +Hostname 37.187.17.29 +User root +Port 22