aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 9ee6ea9b5ebba5515e69e214e6a3462a6519b44e (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
IdentityFile ~/.ssh/id.d/%u@%L-ed25519

Host home
	Hostname home.tyil.nl
	ForwardAgent yes

Host anoia
	Hostname 10.57.100.3

Host bast
	Hostname 10.57.100.4

Host caeghi
	Hostname 10.57.20.2
	ForwardAgent yes

Host denahnu
	Hostname 10.57.20.4

Host edephas
	Hostname 10.57.100.7

Host email
	Hostname 10.57.20.3

Host faiwoo
	Hostname 10.57.20.5

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

Include config.d/mintlab
Include config.d/raku