delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <39D1366B.99EEF666@cygnus.com> |
Date: | Wed, 27 Sep 2000 01:51:07 +0200 |
From: | Corinna Vinschen <vinschen AT cygnus DOT com> |
X-Mailer: | Mozilla 4.75 [en] (X11; U; Linux 2.2.14-SMP i686) |
X-Accept-Language: | de, en |
MIME-Version: | 1.0 |
To: | Todd Richmond <richmond AT corp DOT phone DOT com>, |
cygwin <cygwin AT sources DOT redhat DOT com> | |
Subject: | Re: openssh bugs |
References: | <0d5a01c0280f$18633830$b2af7940 AT brainstorm DOT net> |
[Redirecting to mailing list cygwin AT sources DOT redhat DOT com] Please don't send HTML mail. It's really annoying. > Todd Richmond wrote: > > Sorry about this, buy the cygwin alias in your announcment msg is broken or deleted so I am sending this issue to you I've just checked that. It's ok. > sshd(with 1.1.4 dll) does not return any output when execing a microsoft executeable from an ssh command line (ssh administrator AT machine 'net start') - Cygwin programs work fine and the same MS programs work from an interactive shell Known problem. This happens when using native Windows commands in non-interactive mode. You can get rid of that by using the ssh option "-t" when starting non-interactive commands. > This version also has the same "cannot change to home directory" bug as the previous release - is that a cygwin dll issue? Adding a home dir "/" to /etc/passwd causes an RSA failure The path handling code in OpenSSH simply adds "/.ssh" to your home directory which results in "//.ssh" for the private ssh directory. No problem on UN*X which simply ignores runs of slashes. In Windows a run of two leading slashes has a special meaning (SMB path). I can only repeat what I mentioned often before: Don't use / as home directory. This is bad style anyway, regardless of the used system. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT sources DOT redhat DOT com Red Hat, Inc. mailto:vinschen AT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |