ssh into computer behind firewall (ssh)
Run the following on the firewalled computer:
$ ssh -R 1111:localhost:22 remote.server.com -p 2890
Login to the firewalled box from your server:
$ ssh -p 1111 localhost
Run the following on the firewalled computer:
$ ssh -R 1111:localhost:22 remote.server.com -p 2890
Login to the firewalled box from your server:
$ ssh -p 1111 localhost