I have the same problem, and this does not work. it complaind about the -t
option.
If this is a well known bug, should't someone update the howto!
Wayne
On Tuesday 14 August 2001 17:51, you wrote:
> > On Tue, Aug 14 '01 at 09:10, Ryan Sweet wrote:
> > [ ... i installed familiar and it basically works, but login in using
> > ssh does not (network works). This is because sshd does not start up
> > ... ]
>
> This is a longstanding bug. The sshd package does not create the needed
> ssh keys.
>
> to generate an old (v1) rsa key:
>
> ssh-keygen -N '' -C '' -t rsa1 -f /etc/ssh/ssh_host_key
>
> to generate a new (v2) rsa key:
>
> ssh-keygen -N '' -C '' -t rsa -f /etc/ssh/ssh_host_rsa_key
>
> to generate a new (v2) des key:
>
> ssh-keygen -N '' -C '' -t des -f /etc/ssh_host_des_key
>
> NOTE: this takes ages on the iPaq.
>
> Than sshd should start up and allow one of/all of rsa1, rsa or des
> keyexchange.
----------------------------------------
Content-Type: application/pgp-signature; charset="us-ascii";
name="Attachment: 1"
Content-Transfer-Encoding: 7bit
Content-Description:
----------------------------------------
Received on Tue Aug 14 20:20:49 2001
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:38:29 EDT