summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 4d2fac78f48413eea7d5f99e27f194e13d3ded85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AddKeysToAgent yes
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/digitalocean
Host 192.168.0.*
   StrictHostKeyChecking no
   UserKnownHostsFile=/dev/null
Host 192.168.1.*
   StrictHostKeyChecking no
   UserKnownHostsFile=/dev/null
Host *.suse.cz
   StrictHostKeyChecking no
   UserKnownHostsFile=/dev/null
Host git.listout.xyz
	Port 5555
	User git
	IdentityFile ~/.ssh/digitalocean
Host listout.xyz
	Port 5555
Host kerncvs.suse.de
	User bdas
	IdentityFile ~/.ssh/id_ed25519