|
@@ -0,0 +1,27 @@
|
|
1
|
+Host mm
|
|
2
|
+ HostName mount-mockery.de
|
|
3
|
+ User root
|
|
4
|
+ Port 22
|
|
5
|
+ RequestTTY yes
|
|
6
|
+ RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
|
7
|
+
|
|
8
|
+Host alders ahorn buche multimedia leyk ffe ffw gfw raspiscreen
|
|
9
|
+ User dirk
|
|
10
|
+ Port 22
|
|
11
|
+ RequestTTY yes
|
|
12
|
+ RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
|
13
|
+
|
|
14
|
+Host multimedia_kb
|
|
15
|
+ HostName 192.168.0.2
|
|
16
|
+ User pi
|
|
17
|
+ Port 22
|
|
18
|
+ RequestTTY yes
|
|
19
|
+ RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
|
20
|
+
|
|
21
|
+Host multimedia_ext
|
|
22
|
+ User dirk
|
|
23
|
+ ProxyCommand ~/bin/pdns-proxy multimedia
|
|
24
|
+ RequestTTY yes
|
|
25
|
+ RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
|
26
|
+ LocalForward 1880 localhost:1880
|
|
27
|
+
|