This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to go through a company proxy with ssh ?


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]