summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: ab0ba55320d5e82cab4d2bf4f45c409386766343 (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
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
        HostKeyAlgorithms ssh-rsa
Host Wilson
        HostName Wilson.gymli.org
        Port 22
        ProxyJump Zeus
Host Wilson-alt
        HostName www.gymli.org
        Port 8008
Host gateway
        Hostname 192.168.1.1
        Port 22
        KexAlgorithms diffie-hellman-group-exchange-sha1
        ciphers aes128-cbc
        HostKeyAlgorithms ssh-rsa
        ProxyJump Zeus