It does not work for me either. but I get different errors.
Mine complains about the -t option
when it shows the ssh-kegen usage options I see no t option.
Wayne
On Wednesday 15 August 2001 03:39, you wrote:
> Thanks for your help, but unfortunately that also does not work for me:
>
> # ssh-keygen -N '' -C '' -t rsa1 -f /etc/ssh/ssh_host_key
> ssh-keygen: error while loading shared libraries:
> /usr/lib/libcrypto.so.0.9.5: undefined symbol: BN_mod_exp_mont
> # ssh-keygen -N '' -C '' -t rsa -f /etc/ssh/ssh_host_rsa_key
> ssh-keygen: error while loading shared libraries:
> /usr/lib/libcrypto.so.0.9.5: ussh-keygen: error while loading shared
> libraries: /usr/lib/libcrypto.so.0.9.5: undefined symbol:
> BN_mod_exp_mont-f /etc/ssh_host_des_key
> #
>
> which is basically the same error message that I get if I try to start ssh
> client, sshd etc....
>
> On Wed, 15 Aug 2001, Goetz Bock 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.
> > --
> > Goetz Bock IT Consultant
> > Dipl.-Inf. Univ.
>
> Ryan Sweet
> ryan@end.org
>
> _______________________________________________
> Familiar mailing list
> Familiar@handhelds.org
> http://handhelds.org/mailman/listinfo/familiar
> irc://irc.openprojects.net #familiar
Received on Wed Aug 15 08:55:15 2001
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:38:29 EDT