-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssh_config
63 lines (52 loc) · 1.06 KB
/
ssh_config
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Host shit
HostName 192.168.1.50
Port 2222
User admin
ForwardAgent yes
Host shit2 sh2
HostName 192.168.1.60
Port 2222
User doot
ForwardAgent yes
Host prod1
HostName 45.55.108.119
Port 2022
User doot
ForwardAgent yes
Host do1
HostName 165.227.11.199
Port 2022
User doot
ForwardAgent yes
Host do-dev1
HostName do-dev1.jhauschildt.com
Port 22
User doot
ForwardAgent yes
Host shitfucker sf
HostName 192.168.1.53
User doot
ForwardAgent yes
Host udm
HostName 192.168.1.1
User root
ForwardAgent yes
Host media-docker md
Hostname md.jhauschildt.com
User doot
ProxyJump nsf
ForwardAgent yes
Host nix-media-docker nmd
HostName 192.168.1.88
ForwardAgent yes
User doot
Host nix-shitfucker nsf
HostName 192.168.1.110
ForwardAgent yes
Port 22
User doot
Host github.com
AddKeysToAgent yes
# UseKeychain yes
IdentityFile ~/.ssh/id_github