blob: df6f99e19fd24726d372fb4289a153372bcb8977 (
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
|
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
ProxyJump Zeus
|