Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39D1366B.99EEF666@cygnus.com>
Date: Wed, 27 Sep 2000 01:51:07 +0200
From: Corinna Vinschen <vinschen@cygnus.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@corp.phone.com>,
        cygwin <cygwin@sources.redhat.com>
Subject: Re: openssh bugs
References: <0d5a01c0280f$18633830$b2af7940@brainstorm.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

[Redirecting to mailing list cygwin@sources.redhat.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@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@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

