summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 0c1c719675762b4bc4e7e8d7e8a94c1368e84246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
User dholman
Host *
	ControlMaster auto
	ControlPath ~/.ssh/sockets/socket-%r@%h:%p
	ControlPersist 1h
Host Zeus
        HostName www.gymli.xyz
        Port 22
Host Wilson
	HostName Wilson.gymli.xyz
	Port 22
        ProxyJump Zeus