Re: Making sftp and ssh work on cygwin

2007-03-08 Thread Marielle Fois
Dave Korn wrote: So you run sftp -vv [EMAIL PROTECTED] and get back... nothing? That's odd. Maybe a local firewall problem, so you can't even connect to the remote host? I get back nothing, exactly. I tried disabling the Windows firewall, but no change. I checked the sshd log in

Re: Making sftp and ssh work on cygwin

2007-03-08 Thread Larry Hall (Cygwin)
On 03/08/2007, Marielle Fois wrote: where /usr/bin is listed. Does this make sense? '/usr/bin' is a mount to 'c:\bin'. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd.

Making sftp and ssh work on cygwin

2007-03-07 Thread Marielle Fois
Hello, I recently downloaded cygwin and I've been trying to make ssh and sftp work with no success. When I run these commands I get these outputs: $ ssh [EMAIL PROTECTED] $ sftp [EMAIL PROTECTED] Connecting to 142.268.10.26... Connection closed With neither of them I am even prompted for

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Andrew Schulman
$ ssh [EMAIL PROTECTED] $ sftp [EMAIL PROTECTED] Connecting to 142.268.10.26... Connection closed Try adding -v or -vv to get some information about the protocol exchange, and where it's stopping. You can probably also get some information from the ssh server logs. -- Unsubscribe info:

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Alexander Skwar
Marielle Fois [EMAIL PROTECTED]: Hello, I recently downloaded cygwin and I've been trying to make ssh and sftp work with no success. When I run these commands I get these outputs: $ ssh [EMAIL PROTECTED] $ sftp [EMAIL PROTECTED] Connecting to 142.268.10.26... Connection closed

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Marielle Fois
Andrew Schulman wrote: Try adding -v or -vv to get some information about the protocol exchange, and where it's stopping. You can probably also get some information from the ssh server logs. Thanks for your quick answer, Andrew. I didn't get more information with ssh or sftp using -v or

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Marielle Fois
Thanks for your answer, Alexander. You are right about the IPs, but that's no problem. I didn't want to publish my company's ips, so I changed the numbers. Only I didn't realize I put one number greater than 255. Regards, Marielle Alexander Skwar wrote: Marielle Fois [EMAIL PROTECTED]:

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Andrew Schulman
Andrew Schulman wrote: Try adding -v or -vv to get some information about the protocol exchange, and where it's stopping. You can probably also get some information from the ssh server logs. Thanks for your quick answer, Andrew. I didn't get more information with ssh or sftp

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread DePriest, Jason R.
On 3/7/07, Andrew Schulman wrote: Andrew Schulman wrote: Try adding -v or -vv to get some information about the protocol exchange, and where it's stopping. You can probably also get some information from the ssh server logs. Thanks for your quick answer, Andrew. I didn't get more

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Andrew Schulman
By default, the errors will be sent to the Windows Event Log. ... if the server is on a Windows host. Marielle hasn't told us what OS the server is running. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Andrew Schulman
Andrew Schulman wrote: Try adding -v or -vv to get some information about the protocol exchange, and where it's stopping. You can probably also get some information from the ssh server logs. Thanks for your quick answer, Andrew. I didn't get more information with ssh or sftp

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Marielle Fois
Andrew Schulman wrote: Andrew Schulman wrote: Try adding -v or -vv to get some information about the protocol exchange, and where it's stopping. You can probably also get some information from the ssh server logs. Thanks for your quick answer, Andrew. I didn't get more

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread Marielle Fois
Could the problem be the ssh protocol? I just tried using the sftp and ssh commands that come with the installation of the ssh client I use, which are ssh2, and they worked fine on command line in cygwin. Regards, Marielle Marielle Fois wrote: Andrew Schulman wrote: Andrew Schulman wrote:

Re: Making sftp and ssh work on cygwin

2007-03-07 Thread alex
try running # strace ssh [EMAIL PROTECTED] maybe you will get more error messages. maybe the cygssl-0.9.x.dll library is missing. On Wed, Mar 07, 2007 at 04:47:34PM +0100, Marielle Fois wrote: Thanks for your answer, Alexander. You are right about the IPs, but that's no problem. I didn't

RE: Making sftp and ssh work on cygwin

2007-03-07 Thread Dave Korn
On 07 March 2007 17:17, Marielle Fois wrote: Andrew Schulman wrote: So you run sftp -vv [EMAIL PROTECTED] and get back... nothing? That's odd. Maybe a local firewall problem, so you can't even connect to the remote host? I get back nothing, exactly. I tried disabling the Windows