summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: ab82b2c019587d1a4d02f567f070a435cdda39f6 (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
User dholman
Host *
	ControlMaster auto
	ControlPath ~/.ssh/sockets/socket-%r@%h:%p
	ControlPersist 1h
        GSSAPIAuthentication yes
        GSSAPIDelegateCredentials yes
Host Zeus
        HostName www.gymli.org
        Port 22
Host Zeus-idrac
        HostName 192.168.1.40
        Port 22
Host Wilson
        HostName Wilson.gymli.org
        Port 22
        ProxyJump Zeus
Host gateway
        Hostname 192.168.1.1
        Port 22
        KexAlgorithms diffie-hellman-group-exchange-sha1
        ciphers aes128-cbc
Host schlorp
        User schlorp
        Hostname localhost
        Port 1999
        ProxyJump Zeus