> others -- ssh is most certainly blocked. I want to be able to > securely connect to a remote server (Debian based) in shell. I'm told > one way to do this is to tunnel ssh proxy through other port like http. > What are other ways to achieve the end result? I think I heard tell > that there is something in java that allows secure connections from > httpd (right from a web page).
well... let's see.. I think Java would use the standard port for ssh too... couldn't you just put sshd behind a different port..? just set it up as from inetd... and change the portnumber... how hard can it be ? (like http... or ftp... or something else... that isn't blocked) hope this helps.