_tmux added to tmux hosts in ssh_config
This commit is contained in:
parent
a310d897a7
commit
5cf9ddf145
66
ssh_config
66
ssh_config
@ -1,23 +1,58 @@
|
|||||||
Host mm
|
Host ahorn_tmux
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Host alders_tmux
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Host buche_tmux
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Host erle_tmux
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Host ffe_tmux
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Host ffw_tmux
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Host 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
|
HostName mount-mockery.de
|
||||||
User root
|
User root
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
Host alders ahorn buche multimedia leyk ffe ffw gfw raspiscreen
|
Host multimedia_tmux
|
||||||
User dirk
|
User dirk
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
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 multimedia_ext
|
Host multimedia_ext
|
||||||
User dirk
|
User dirk
|
||||||
ProxyCommand ~/bin/pdns-proxy multimedia
|
ProxyCommand ~/bin/pdns-proxy multimedia
|
||||||
@ -25,3 +60,16 @@ Host multimedia_ext
|
|||||||
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
LocalForward 1880 localhost:1880
|
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
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user