Currently, I succeed to connect to the remote server behind the firewall with using ngrok:
On server side:
ngrok tcp 22
and then on client side:
ssh -p port_number [email protected]
.
Can I return exactly to same session which I was running on a remote session ?