From 19508c553aeedcfd3f98ead4b6fa5dcf4587e5f7 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 7 Nov 2019 15:20:19 +0100 Subject: [PATCH] =?UTF-8?q?SSH:=20config.=20perso=20-=20ajout=20de=20nouve?= =?UTF-8?q?lles=20entit=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ssh/config | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index ec63adf..f733124 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,12 +5,12 @@ User alarm Port 4555 # Baloo (accès interne) -Host lime +Host lime baloo Hostname 192.168.1.210 User alarm Port 22 -# Production +# Production (accès externe) Host ovh Hostname 37.187.17.29 User od @@ -39,3 +39,31 @@ Host remarkable Hostname 10.11.99.1 User root Port 22 + +# WeirdOS (accès externe) +Host yuno +Hostname 89.234.141.125 +User root +Port 2200 + +# Perso +Host zou +Hostname 192.168.1.68 +User root +Port 22 + +# Groupe Open (entreprise) +Host mercure +Hostname 94.23.38.188 +User root +Port 22 + +Host isengard +Hostname 94.23.33.120 +User root +Port 22 + +Host baccus +Hostname 10.10.4.20 +User root +Port 22