Currently I am running
autossh -fqND "*:8080" -p 2222 192.168.1.217
autossh -fqN -L 5990:192.168.1.217:5900 home
and home
is the jumphost to 192.168.1.217 set with ProxyJump home
. So I am wondering whether the two could be merged into a single autossh
command.
0 Answers