I can initialize reverse SSH from client with following command:
$ ssh -R 0:localhost:22 <server_host>
Allocated port 42853 for remote forward to localhost:22
How can I figure out that 42853 port from the server side without sudo?
I can initialize reverse SSH from client with following command:
$ ssh -R 0:localhost:22 <server_host>
Allocated port 42853 for remote forward to localhost:22
How can I figure out that 42853 port from the server side without sudo?