added leyk and gfe to ssh-config
This commit is contained in:
parent
7a4a28d927
commit
035e605fea
14
.ssh/config
14
.ssh/config
@ -57,6 +57,13 @@ Host ffw_tmux
|
|||||||
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
|
||||||
|
HostName ffw
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
Host leyk_ext
|
Host leyk_ext
|
||||||
HostName leyk
|
HostName leyk
|
||||||
User dirk
|
User dirk
|
||||||
@ -65,6 +72,13 @@ Host leyk_ext
|
|||||||
ProxyJump jump@hettingen_jumphost
|
ProxyJump jump@hettingen_jumphost
|
||||||
# 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_tmux
|
||||||
|
HostName leyk
|
||||||
|
User dirk
|
||||||
|
Port 22
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
|
||||||
|
|
||||||
Host firewall_tmux
|
Host firewall_tmux
|
||||||
HostName firewall
|
HostName firewall
|
||||||
User dirk
|
User dirk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user