aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 8c18030f357e4ccb60cbd1613068142744b327b8 (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
UserKnownHostsFile ~/.ssh/known_hosts
Include config.d/*

Host *
	IdentityFile ~/.ssh/id.d/%u@%L-ed25519

Host home.tyil.nl
	Hostname 10.57.100.7
	ForwardAgent yes

Host git.tyil.nl
	Hostname 10.57.3.1
	User git

Host rsync.net
	User zh1193
	Hostname zh1193.rsync.net

# Test cluster
Host qohrei
	Hostname fd68:1057:1992:3381:0:1:1:1

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