With this feature, you can set up a reverse tunnel to an SSH server:
ssh -R my-alias:22:localhost:22 serveo.net (on the machine where sshd is running)
Then conveniently connect to it over the internet:
ssh -J serveo.net user@my-alias
With this feature, you can set up a reverse tunnel to an SSH server:
ssh -R my-alias:22:localhost:22 serveo.net (on the machine where sshd is running)
Then conveniently connect to it over the internet:
ssh -J serveo.net user@my-alias