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: [ANNOUNCEMENT] OpenSSH-2.1.1p4 for Cygwin 1.1.3


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


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