summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 1ebaa914abda14a9d9f51e858f9c50580c5bad43 (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
AddKeysToAgent yes
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/hetzner
Host l3mule.suse.de
	User bdas
	IdentityFile ~/.ssh/id_ed25519
Host l3vm.suse.cz
	User bdas
	IdentityFile ~/.ssh/id_ed25519
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 listout.xyz
	User listout
	Port 5555
	IdentityFile ~/.ssh/hetzner
Host git.listout.xyz
	User git
	Port 5555
	IdentityFile ~/.ssh/hetzner
Host kerncvs.suse.de
	User bdas
	IdentityFile ~/.ssh/id_ed25519