summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 8b5637e0108d0926a99b990cc397f58381a8bd52 (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.xyz
        Port 22
Host Zeus-idrac
        HostName 192.168.1.40
        Port 22
        ProxyJump Zeus
Host Wilson
	HostName Wilson.gymli.xyz
	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