1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[ssh] Custom configuration for my lab

This commit is contained in:
Hyacinthe Cartiaux 2024-10-18 01:26:46 +02:00
parent 9310c38c3e
commit eaddde259d

View file

@ -1,9 +1,16 @@
########
## Nas
########
Host disco Host disco
User admin User admin
Port 143
Hostname 192.168.1.40 Hostname 192.168.1.40
Port 143
Host srv.nbsdn ns1.nbsdn
Hostname ns1.nbsdn.fr.eu.org
ProxyCommand none
Host boxybsd1.nbsdn ns2.nbsdn
Hostname ns2.nbsdn.fr.eu.org
ProxyCommand none
Host *.nbsdn
User hcartiaux
Port 222
ProxyCommand ssh srv.nbsdn -W `basename %h .nbsdn`.nbsdn.fr.eu.org:%p