everyone. I have a shell account but the admin has restricted ssh access to the server. The server is listening on 0.0.0.0:22 but the firewall blocks any incoming attempts to this port. He says he is doing maintenance but I don't believe him and I need to backup my stuff with ssh. My question is that: Is it possible to do this:
Me (Wan IP) <-> Hosting Server (tcp/8080) redirects to Hosting Server (tcp/22)
I don't want to involve my own linux machine in this and I can only make use of ssh..
Thanks!!