my_config/.ssh/config

95 lines
2.3 KiB
Plaintext
Raw Normal View History

Host ahorn_tmux
2023-04-10 07:15:43 +02:00
HostName ahorn
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host alders_tmux
2023-04-10 07:15:43 +02:00
HostName alders
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host buche_tmux
2023-04-10 07:15:43 +02:00
HostName buche
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host erle_tmux
2023-04-10 07:15:43 +02:00
HostName erle
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host ffe_tmux
2023-04-10 07:15:43 +02:00
HostName ffe
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host ffw_tmux
2023-04-10 07:15:43 +02:00
HostName ffw
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host leyk
2023-04-10 07:15:43 +02:00
# HostName leyk
User dirk
Port 22
RequestTTY yes
# RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host mm_tmux
2023-04-04 18:04:22 +02:00
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
2023-04-10 07:15:43 +02:00
HostName multimedia
2023-04-04 18:04:22 +02:00
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host multimedia_ext
2023-05-06 22:56:39 +02:00
HostName localhost
User dirk
Port 10022
RequestTTY yes
ProxyJump jump@mount-mockery.de
LocalForward 1880 localhost:1880
Host multimedia_ext_tmux
2023-05-01 20:04:33 +02:00
HostName localhost
User dirk
2023-05-01 20:04:33 +02:00
Port 10022
RequestTTY yes
2023-05-01 20:04:33 +02:00
ProxyJump jump@mount-mockery.de
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
LocalForward 1880 localhost:1880
2023-04-04 18:04:22 +02:00
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
2023-04-10 07:15:43 +02:00
HostName raspiscreen
2023-04-04 18:04:22 +02:00
User dirk
Port 22
2023-04-04 18:04:22 +02:00
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh