aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
blob: c891622bdb1141f8603a3404ca696eb68a959e95 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
IdentityFile ~/.ssh/id.d/%L_ed25519
IdentityFile ~/.ssh/id.d/%L_rsa

Host home
	Hostname home.tyil.nl
	ForwardAgent yes

Host anoia
	Hostname 10.24.100.3

Host bast
	Hostname 10.24.100.4

Host caeghi
	Hostname 10.24.100.5
	ForwardAgent yes

Host denahnu
	Hostname 10.24.100.6

Host edephas
	Hostname 10.24.100.7

Host faiwoo
	Hostname 10.24.20.1

Host store0-0
	Hostname 10.24.40.1

# Libvirt VMs
Host 192.168.122.*
	User root
	StrictHostKeyChecking no
	UserKnownHostsFile /dev/null

# Include config.d/mintlab
Host *.zsys.nl
	StrictHostKeyChecking no
	UserKnownHostsFile /dev/null

Host bastion.*.zsys.nl
	ProxyJump caeghi
	ForwardAgent yes
	User mintlab

Host bttw.prd.zsys.nl
	ProxyJump bastion.prd.zsys.nl
	User mintlab

Host buildbox.prd.zsys.nl
	ProxyJump bastion.prd.zsys.nl
	User mintlab

Host vpn.mintlab.nl
	User mintlab

Host wiki.zaaksysteem.nl
	ProxyJump caeghi
	User mintlab
	Hostname www01.mintlab.nl

#Include config.d/raku
Host rakudo.org
	IdentityFile ~/.ssh/id.d/sessifet_rsa
	Hostname lavm-perl6infra-1.atikon.io
	User rakudo.org
	Port 2222