SSH into a remote server; but the organization has blocked port 22

port-forwardingsshssh-tunnelingtunneling

I am using RedHat OpenShift server to deploy my WebApps.

To access the contents of my application I have to SSH into their server, e.g.:

ssh 56555ff90abcdefbf6e000077@appname.rhcloud.com

But the ssh fails, because of outgoing 22 port being blocked. Also, I don't have any public IP assigned system for port forwarding.

Is there any way to make the ssh work?

Best Answer

You must contact whoever is in charge of the network, and convince them that your access request is legitimate. Regardless of the sanity of the access restrictions, circumventing them will at the very least land you in hot water with your boss, and could even be taken as "hacking" and get you prosecuted.

Related Question