12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- Host ahorn_tmux
- HostName ahorn
- User dirk
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host alders_tmux
- HostName alders
- User dirk
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host buche_tmux
- HostName buche
- User dirk
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host erle_tmux
- HostName erle
- User dirk
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host ffe_tmux
- HostName ffe
- User dirk
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host ffw_tmux
- HostName ffw
- User dirk
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host leyk
- # HostName leyk
- User dirk
- Port 22
- RequestTTY yes
- # RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host mm_tmux
- HostName mount-mockery.de
- User root
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host multimedia_tmux
- HostName multimedia
- User dirk
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host multimedia_ext
- HostName localhost
- User dirk
- Port 10022
- RequestTTY yes
- ProxyJump jump@mount-mockery.de
- LocalForward 1880 localhost:1880
-
- Host multimedia_ext_tmux
- HostName localhost
- User dirk
- Port 10022
- RequestTTY yes
- ProxyJump jump@mount-mockery.de
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
- LocalForward 1880 localhost:1880
-
- Host multimedia_kb
- HostName 192.168.0.2
- User pi
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
-
- Host raspiscreen_tmux
- HostName raspiscreen
- User dirk
- Port 22
- RequestTTY yes
- RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|