summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 96dba836bf9ef2bb548321756b2ed5c67a1f146b (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
29
30
31
32
33
34
35
36
37
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
        ProxyJump Wilson-alt
Host Wilson
        HostName Wilson.gymli.org
        Port 22
        ProxyJump Zeus
Host Wilson-alt
        HostName www.gymli.org
        Port 8008
Host MLaptop
        HostName MLaptop.gymli.org
        Port 22
        ProxyJump Zeus
Host gateway
        Hostname 192.168.1.1
        Port 22
        KexAlgorithms diffie-hellman-group-exchange-sha1
        ciphers aes128-cbc
        HostKeyAlgorithms ssh-rsa
        ProxyJump Zeus
Host schlorp
        User schlorp
        Hostname localhost
        Port 1999
        ProxyJump Zeus