aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
blob: e5ddb67009b79a94bac32116952851932e43c698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Host home
	Hostname home.tyil.nl
	Port 59413
	ForwardAgent yes

Host *.zsys.nl
	User mintlab

Host bttw.mintlab.nl
	Hostname bttw.mintlab.nl
	User mintlab
	IdentityFile ~/.ssh/mintlab

Host bttw
	Hostname bttw.mintlab.nl
	User mintlab
	IdentityFile ~/.ssh/mintlab

Host shell.fuga.mintlab.nl
	ProxyCommand ssh -q -W %h:%p bttw
	Hostname 10.20.1.6
	User ubuntu
	IdentityFile ~/.ssh/mintlab

Host *.fuga.mintlab.nl
	ProxyCommand ssh -q -W %h:%p bttw
	User mintlab
	IdentityFile ~/.ssh/mintlab