X-Spam-Check-By: sourceware.org Message-ID: <195b3f1f0610261941k15294f55j35ebf8a0817cf403@mail.gmail.com> Date: Fri, 27 Oct 2006 11:41:17 +0900 From: "Wynfield Henman" To: cygwin AT cygwin DOT com Subject: Re: How to go through a company proxy with ssh ? In-Reply-To: <31b7d2790610261433q27e04c9bnf615dd94b7952301@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1161879106 DOT 4540de42eeb55 AT imp6-g19 DOT free DOT fr> <4540FE87 DOT 7000504 AT cesmail DOT net> <31b7d2790610261433q27e04c9bnf615dd94b7952301 AT mail DOT gmail DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > 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 AT ww DOT xx DOT yy DOT 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 AT www DOT xx DOT yy DOT 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/