How to go through a company proxy with ssh ?

Wynfield Henman wynfield@gmail.com
Fri Oct 27 03:07:00 GMT 2006


>   ProxyCommand /usr/local/bin/corkscrew proxy.domain.com:8080 %h %p

The above looks good.


> ~/.ssh/jrdepriest.auth

I don't know about the above, I jus t use   "id_dsa.pub"  for cvs access

> When I run ssh user@ww.xx.yy.zz, it automatically invokes the
> corkscrew command which reads my user name and password from the auth> file and sends the information to port 8080 on our proxy server (HTTP, > not HTTPS or SOCKS or FTP which are also all available).

Did you try adding the specific port:   ssh -p 443 user@www.xx.yy.zz   ?
with no changes to the  ~/.ssh/config file

Regards,

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list