I'm not sure if that's what you'd use for this problem. This is my situation:
My school just implemented some stuff with vlans, firewalls, subnetting, etc. Now, I can't externally ssh to my machine. What I can do, however, is externally ssh to a school server, and internally ssh to it. I can't ssh from the server to my machine though.
So, I need a way to ssh to my machine externally. I don't think a reverse ssh tunnel will work because I can't ssh from the server to my machine. I was thinking of something like sshing to the server from my machine, setting up a screen session, then externally sshing to the machine, connecting to the screen session, and then hijacking the connection, although I don't really know how to do that (though I could probably figure out by reading some man pages)
Will this solution work? Is there something a lot easier that would work?
Thanks


