config/.ssh/config

79 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-04-20 14:31:22 +02:00
#from https://wiki.gentoo.org/wiki/SSH_jump_host
Host *+*
ProxyCommand ssh $(echo %h | sed 's/+[^+]*$//;s/\([^+%%]*\)%%\([^+]*\)$/\2 -l \1/;s/:/ -p /') nc -w1 $(echo %h | sed 's/^.*+//;/:/!s/$/ %p/;s/:/ /')
2012-09-03 10:41:37 +02:00
Host mathux
2014-06-06 11:59:17 +02:00
Hostname mathux.org
2012-09-03 10:41:37 +02:00
Port 22
User mathieu
2014-12-22 16:37:08 +01:00
Host mathux_fast
Hostname mathux.org
Port 22
User mathieu
#Use a single connection
ControlMaster auto
ControlPersist yes
ControlPath ~/.ssh/socket-%r@%h:%p
#Compression
Compression yes
#Low Cpu ciphers
#Ciphers arcfour,blowfish-cbc
#Bypass ipv6
AddressFamily inet
2012-09-03 10:41:37 +02:00
Host sirius
2012-12-17 10:42:30 +01:00
Hostname 172.16.0.97
2012-09-03 10:41:37 +02:00
Port 22
User android
Host home
2015-04-20 14:31:22 +02:00
Hostname rutabaga.hd.free.fr
2012-09-03 10:41:37 +02:00
Port 22
2012-12-17 10:42:30 +01:00
User pi
2012-12-03 11:03:29 +01:00
2014-04-02 10:29:07 +02:00
Host zebulon
HostName zebulon.local
User mathieu
ProxyCommand ssh home -W %h:%p
2012-12-03 11:03:29 +01:00
Host zembcorp
Hostname mzemb.no-ip.org
Port 65022
User mathieu
2013-02-24 18:12:06 +01:00
Host zmc
Hostname 82.230.45.73
Port 65022
2013-04-16 11:03:47 +02:00
Host vbox
HostName 192.168.56.101
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LogLevel QUIET
2014-07-18 23:21:55 +02:00
Host builder
User builder
Host equestria
User genymobile
Host babypi
User pi
2014-02-27 17:21:24 +01:00
Host orange_gw
2014-07-18 23:21:55 +02:00
# HostName 109.218.105.79
HostName 80.14.86.137
# HostName 80.11.75.123
# HostName orbuilder.no-ip.biz
2014-02-27 17:21:24 +01:00
User genymobile
Host orange_tg
HostName 192.168.2.4
User builder
ProxyCommand ssh orange_gw -W %h:%p
2014-07-18 23:21:55 +02:00
Host geny_wiki
HostName 94.23.204.164
User root