From ce785ee3b318e06454867a8dc4234848ef9e3aa3 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Tue, 29 Oct 2019 09:34:39 +0100 Subject: [PATCH] =?UTF-8?q?SSH:=20configuration=20des=20acc=C3=A8s=20dista?= =?UTF-8?q?nts/locaux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ssh/config | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..ec63adf --- /dev/null +++ b/.ssh/config @@ -0,0 +1,41 @@ +# Baloo (accès externe) +Host maison +Hostname olivier.o9.re +User alarm +Port 4555 + +# Baloo (accès interne) +Host lime +Hostname 192.168.1.210 +User alarm +Port 22 + +# Production +Host ovh +Hostname 37.187.17.29 +User od +Port 22 + +# ?? +Host pi +Hostname 192.168.1.200 +User pi +Port 22 + +# EOST (CNRS, Strasbourg) +Host eost +Hostname 130.79.9.144 +User olivier +Port 22 + +# Test +Host sam +Hostname 192.168.1.220 +User od +Port 22 + +# Liseuse remarKable +Host remarkable +Hostname 10.11.99.1 +User root +Port 22