This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: openssh bugs


[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]