On Sun, Dec 22, 2002 at 11:39:36PM +0200, Oleg Kobets wrote:
> I am behind a corporate firewall and need SSH. The firewall is MicroShit ISA
> server (AKA Microsoft Proxy 2.0) and the only access to the internet is via
> the above mentioned proxy.
> I must have SSH access to some other hosts out there and asking the admins
> is out of the question.

If the proxy allows access to SSL sites, then it must allow the CONNECT
method, which gives you a clean "tunnel" to any site in a binary
protocol (for the proxy, the SSL connection is binary nonsense just
like your SSH connection).

There might be a problem if the proxy is configured to allow CONNECT
tunnels only to port 443 on the remote machine. Then you might have to
add Port 443 to your sshd.conf.

PuTTY (an excellent and free SSH client for Windows; Google for it) in
the most recent version allows you to connect thru an HTTP proxy.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to