X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org X-Mail-Handler: MailHop Outbound by DynDNS X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX194hxEwgxNR7mPCtpF0MpkH Date: Sun, 15 Jan 2012 13:19:42 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: SSH not working on fresh Cygwin install (gibberish number directories... command not found) Message-ID: <20120115181942.GB11564@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <33143275 DOT post AT talk DOT nabble DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33143275.post@talk.nabble.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 On Sun, Jan 15, 2012 at 08:14:30AM -0800, CygGert wrote: > >Hi, > >This is the 4th (5th?) computer I've installed Cygwin on, but this is the >first time I am getting strange behavior with SSH. Windows 7 64-bit, but >my previous computer that it worked on was also Windows 7 (albeit 32 bit) > >When I type > >ssh > >I get the regular help message, on how to use the command. However, I when >I actually use it using the standard command exactly as I used it on >multiple other machines > >ssh IPADDRESS -l username -Y > >I get: > >-bash: $'\302\216\302\216\302\216\302\216ssh': command not found > >Looks like gibberish to me, and I have no idea what I am doing wrong. I've >tried to disable my AntiVirus (Avast) to see if it helps, but no luck. > >Any suggestions on what I could be doing wrong? Looks like you have an alias for ssh set up. Or your PATH environment variable is funny. /usr/bin/ssh will probably work. Typing "alias" will show you aliases. Typing "env" will show you the environment. Barring that: http://cygwin.com/problems.html . cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple