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

2006-10-30 Thread Teggy P Veerapen
Great stuff Igor, Last time I was desperately looking for the msg num; now I know how to get it ... Thousand of thanks for that :) Cheers, Teggy Selon Igor Peshansky [EMAIL PROTECTED]: On Thu, 26 Oct 2006, Teggy P Veerapen wrote: [snip] ps: Apologies if this message is not attached

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

2006-10-30 Thread Teggy P Veerapen
Yes indeed, I was going through port 80 instead of port 443 thinking that both were processed in exactly the same way by the proxy. But when reading your website, I understood my error. Thanks for this small bit of information ... Small bit indeed but how useful it has been :) Cheers, Teggy

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

2006-10-29 Thread Igor Peshansky
On Thu, 26 Oct 2006, Teggy P Veerapen wrote: [snip] ps: Apologies if this message is not attached the thread; but I couldn't make a reply to previous posts since I was not subscribed to the mailing list. http://cygwin.com/ml/cygwin/2004-09/msg00989.html. HTH, Igor --

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

2006-10-26 Thread Teggy P Veerapen
Hi, Thanks guys for all these informations ... In fact, I have tried both solutions connect and corkscrew but I haven't been able to connect through the proxy with neither utility. I am getting a forbidden message and if I turn debug option on when using connect, I get something like that:

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

2006-10-26 Thread Brett Serkez
snip Thanks guys for all these informations ... In fact, I have tried both solutions connect and corkscrew but I haven't been able to connect through the proxy with neither utility. I am getting a forbidden message and if I turn debug option on when using connect, I get something like that:

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

2006-10-26 Thread Robert McKay
On 10/26/06, Teggy P Veerapen [EMAIL PROTECTED] wrote: Hi, Thanks guys for all these informations ... In fact, I have tried both solutions connect and corkscrew but I haven't been able to connect through the proxy with neither utility. I am getting a forbidden message and if I turn debug option

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

2006-10-26 Thread M. Edward (Ed) Borasky
Brett Serkez wrote: While this is being addressed as a technical issue, the proxy server is presumably used to implement company policy. While you will likely succeed in circumventing the proxy server, will this put you in violation of company policy? What might the consequences be if a

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

2006-10-26 Thread DePriest, Jason R.
On 10/26/06, M. Edward (Ed) Borasky wrote: Brett Serkez wrote: While this is being addressed as a technical issue, the proxy server is presumably used to implement company policy. While you will likely succeed in circumventing the proxy server, will this put you in violation of company

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

2006-10-26 Thread Wynfield Henman
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 [EMAIL PROTECTED], it automatically invokes the corkscrew command which reads my user

How to go through a company proxy with ssh ?

2006-10-25 Thread Teggy P Veerapen
Hello, I am trying to figure out how to connect to a remote ssh server (in fact to my home pc which is hosting cygwin/sshd server) with the standard ssh client coming with cygwin and I need to go through my company proxy. In fact I have happily been using the cygwin/ssh client and cygwin/sshd

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

2006-10-25 Thread DePriest, Jason R.
On 10/25/06, Teggy P Veerapen wrote: Hello, I am trying to figure out how to connect to a remote ssh server (in fact to my home pc which is hosting cygwin/sshd server) with the standard ssh client coming with cygwin and I need to go through my company proxy. ... I have done some search on

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

2006-10-25 Thread Wynfield Henman
I don't know about corkscrew, but some variation of the below which I use may be helpful to you. Regards, Darel Henman -- # Example: ## Get connect (small yet good) # wget

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

2006-10-25 Thread DePriest, Jason R.
On 10/25/06, Wynfield Henman wrote: I don't know about corkscrew, but some variation of the below which I use may be helpful to you. Regards, Darel Henman -- # Example: ## Get connect (small yet good)