-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathssh.ssh-config
More file actions
80 lines (58 loc) · 1.76 KB
/
ssh.ssh-config
File metadata and controls
80 lines (58 loc) · 1.76 KB
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
70
71
72
73
74
75
76
77
78
79
80
######################################################################
# do not edit outside of dotter repo, will be overwritten otherwise #
######################################################################
Host raava.nighmared.ch
User login-user
Port 23847
IdentityFile {{ raava_remote_key }}
ControlMaster auto
ControlPath /home/nighmared/.ssh/controlmasters/%r@%h:%p
ControlPersist 3m
Host *.raava.wg
User nighmared
IdentityFile {{ raava_local_key }}
ControlMaster auto
ControlPath /home/nighmared/.ssh/controlmasters/%r@%h:%p
ControlPersist 3m
#only use jumphost if looking hostname up on raava dns server fails
Match host *.raava.wg !exec "dig @192.168.1.11 %h +time=0 +tries=1"
ProxyJump raava.nighmared.ch
Match host raava.wg !exec "dig @192.168.1.11 %h +time=0 +tries=1"
ProxyJump raava.nighmared.ch
################################
# master thesis
# the match is required because otherwise the include is
# parsed as part of the last Host above (e.g. pi-media.local)
Match all
Include thesis_cscs
###############################
###############3ISL
Host jumphost.inf.ethz.ch
User konrathj
Host isl-desktop3.inf.ethz.ch
Port 2142
User student
ProxyJump jumphost.inf.ethz.ch
IdentityFile ~/.ssh/isl
#######################33
Host pos-frontend.vis.ethz.ch kavis.ethz.ch vending-machine-1.vis.ethz.ch vending-machine-2.vis.ethz.ch
User pi
Host *.vis.ethz.ch
User vis
Host pi.wg
IdentityFile ~/.ssh/id_office-pi
# Host thesisvm
# User konrathj
# HostName ee-tik-nsgvm008.ethz.ch
# Host dieter.dj
# HostName 192.168.87.191
# User deepjudge
# Host daniel.dj
# HostName 192.168.87.190
# User deepjudge
# Host denise.dj
# HostName 192.168.87.192
# User deepjudge
# Host office-ingress.dj
# HostName 20.199.178.188
# User deepjudge