SSH: configuration des accès distants/locaux

vif
Olivier DOSSMANN 2019-10-29 09:34:39 +01:00
parent f854493d4d
commit ce785ee3b3
1 changed files with 41 additions and 0 deletions

41
.ssh/config 100644
View File

@ -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