From 596c2bebb2d0b3a2cc81d7e641a2e0c6a189dc2a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sun, 27 Jun 2021 22:47:15 +0200 Subject: [PATCH] SSH: Ajout de nouveaux serveurs (Freshmile + Usine Michalon) --- .ssh/config | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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