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: <39884671.9D9BE947@cygnus.com>
Date: Wed, 02 Aug 2000 18:04:01 +0200
From: Corinna Vinschen <vinschen@cygnus.com>
Reply-To: cygwin <cygwin@sources.redhat.com>
X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-SMP i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: James Dumser <dumser@bigfoot.com>
CC: cygwin@sources.redhat.com
Subject: Re: [ANNOUNCEMENT] OpenSSH-2.1.1p4 for Cygwin 1.1.3
References: <200008020035.UAA19954@rtl.cygnus.com> <39882CBF.B7C9C0F5@bigfoot.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

James Dumser wrote:
> Am I misremembering or is there
> another reason your publishing on ftp.franken.de?

Crypto export restriction, RSA patent etc.
OpenSSH will be released on sources.redhat.com perhaps next year.

> >From your README:
> > - If you are installing OpenSSH the first time, you can generate
> >   server keys and your own user keys by running
> >
> >          /usr/local/bin/ssh-config
> 
> Actually, it's not the first time; but it wasn't working before. I
> removed /usr/local/etc/ssh_host* files, renamed my ~/.ssh, and ran
> ssh-config. BTW, it would be nice if ssh-config created ~/.ssh if it
> didn't exist.

ssh-keygen creates .ssh by itself.

> inetd runs as the SYSTEM account. Your note (and my knowledge of NT) is
> not clear if SYSTEM already has the necessary permissions or not. I

SYSTEM has all necessary rights. I thought this would be clear.

> When I try to ssh to itself, I get
>   debug: ssh_exchange_identification: sshd: no hostkeys available --
>          exiting.

From the sources I can see exactliy three possible reasons:
- v1.X protocol: Problem with rsa.
- v1.X protocol: No ssh_host_key file.
- v2 protocol: No ssh_dsa_host_key file.

Try `sshd -d' from the command line. This might give you a hint.

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

