aboutsummaryrefslogtreecommitdiffstats
path: root/ssh/config
blob: 9f244baf5410b406185cf8339db444ea756d093f (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
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 astronomer
	user demize
	hostname astronomer.erebor.buhman.org
	ProxyCommand ssh theos.kyriasis.com ncat %h %p