aboutsummaryrefslogtreecommitdiffstats
path: root/ssh/config
blob: 16164ce3fe0766fcc1e3819bd4e54b40c693cc12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Host *
	VerifyHostKeyDNS yes
	ControlPath /run/user/1000/ssh.%r@%h:%p
	ControlMaster auto
	ControlPersist 30
	GSSAPIAuthentication yes
	PubkeyAuthentication yes

Host *.kyriasis.com
	GSSAPIDelegateCredentials yes
	ForwardAgent yes
	ForwardX11 yes
	ForwardX11Trusted yes

Host theos
	hostname theos.kyriasis.com
	PubkeyAuthentication no

Host lucifer
	hostname lucifer.kyriasis.com

Host git.kyriasis.com
	PubkeyAuthentication no