Software
SSH Config
ServerAliveInterval 30
ControlMaster auto
ControlPath /run/user/1000/ssh-%r@%C
ControlPersist 4
Host host
Hostname hostname
User user
IdentityFile ~/.ssh/id_rsa_host
DynamicForward 8083
RemoteForward 2233 127.0.0.1:22
Host host2
ProxyJump host