SSH: configuration des accès distants/locaux
This commit is contained in:
parent
f854493d4d
commit
ce785ee3b3
41
.ssh/config
Normal file
41
.ssh/config
Normal 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
|
Loading…
Reference in New Issue
Block a user