Hi all
I'm trying to connect to one of my servers from behind an MS ISA proxy. This is what happens when I try use proxytunnel and corkscrew -
Code:
$ proxytunnel -p #####:8080 -d #####.com:443 -P ###:###
Via #####:8080 -> ####.com:443
SSH-2.0-OpenSSH_5.1p1 Debian-5
Then nothing happens until I hit return, in which case I get:
Code:
SSH-2.0-OpenSSH_5.1p1 Debian-5
Protocol mismatch.
Same output in both programs. Is this a problem with my sshd configuration? When I point my browser to any of the ports that SSH is running on (22, 80, 443 and 8080, all I use it for is SSH and I want to be able to connect from anywhere), I simply see one line: SSH-2.0-OpenSSH_5.1p1 Debian-5
So, anyone have any clues as to what I've done wrong? Or is it the proxy server messing with my SSH connection?
Thanks in advance
Joe