-
Notifications
You must be signed in to change notification settings - Fork 2
/
ssh_config
70 lines (53 loc) · 1.5 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
63
64
65
66
67
68
69
# Bornhack
# To get access:
# 1. Add conserverser01 to ~/.ssh/config (see below)
# 2. Get hlk to add you and your public key to conserver01
# 3. Do something like "ssh -F ssh_config west1.switch.bh"
# This is the jump host.
# you must put it in ~/.ssh/config
#Host conserver01
# Hostname 151.216.8.2
## additional suggestions
# User hlk
# LocalForward 1443 10.123.44.2:443
# LocalForward 8443 10.123.44.3:8443
# LocalForward 8000 10.123.44.4:80
# internal IP
# 10.123.44.1 conserver01
Host *.bh
ProxyCommand ssh -q -a -x conserver01 -W %h:22
# LibreNMS, Oxidized, syslog
Host bornhack-nms01.bh
Hostname 10.123.44.5
# Switches
# Born-core is virtual chassis EX3300
Host born-core-01.bh
Hostname 10.123.44.10
#Host born-core-02
# Hostname 10.123.44.11
#Host born-srx-01
# Hostname 10.123.44.12
#Host born-srx-02
# Hostname 10.123.44.13
host *.switch.bh
user hlk
kexAlgorithms +diffie-hellman-group1-sha1
ciphers aes256-cbc
hostKeyAlgorithms +ssh-dss
ProxyCommand ssh -q -a -x conserver01 -W %h:22
Host noctent1.switch.bh
Hostname 10.123.44.6
Host south3.switch.bh
Hostname 10.123.44.30
Host south2.switch.bh
Hostname 10.123.44.20
Host southwest1.switch.bh
Hostname 10.123.44.21
Host south1.switch.bh
Hostname 10.123.44.15
Host west1.switch.bh
Hostname 10.123.44.40
Host west2.switch.bh
Hostname 10.123.44.41
Host north1.switch.bh
Hostname 10.123.44.42