fixed missing HostName in ssh_config
This commit is contained in:
parent
5cf9ddf145
commit
f7ca9b974a
@ -1,40 +1,47 @@
|
|||||||
Host ahorn_tmux
|
Host ahorn_tmux
|
||||||
|
HostName ahorn
|
||||||
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 alders_tmux
|
Host alders_tmux
|
||||||
|
HostName alders
|
||||||
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 buche_tmux
|
Host buche_tmux
|
||||||
|
HostName buche
|
||||||
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 erle_tmux
|
Host erle_tmux
|
||||||
|
HostName erle
|
||||||
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 ffe_tmux
|
Host ffe_tmux
|
||||||
|
HostName ffe
|
||||||
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 ffw_tmux
|
Host ffw_tmux
|
||||||
|
HostName ffw
|
||||||
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 leyk
|
Host leyk
|
||||||
|
# HostName leyk
|
||||||
User dirk
|
User dirk
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
@ -48,6 +55,7 @@ Host mm_tmux
|
|||||||
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_tmux
|
Host multimedia_tmux
|
||||||
|
HostName multimedia
|
||||||
User dirk
|
User dirk
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
@ -68,6 +76,7 @@ Host multimedia_kb
|
|||||||
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 raspiscreen_tmux
|
Host raspiscreen_tmux
|
||||||
|
HostName raspiscreen
|
||||||
User dirk
|
User dirk
|
||||||
Port 22
|
Port 22
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user