Subject: Re: sshd keygen...
To: None <port-alpha@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: port-alpha
Date: 12/06/2000 23:04:07
In message <Pine.NEB.4.10.10012062059390.7692-100000@pc1.whooppee.com>, Paul Go
yette writes:
>I just did an ssh-keygen on my Alpha PC164LX/533MHz and it took less
>than a minute.
>
>I think I would give up!

Okay, now I'm stumped.  I went into /usr/src/usr.bin/ssh.  I made cleandir.  I
set CFLAGS to "-O2 -mcpu=21164a -Wa,-m21164a", and I ran a make.  (Those flags
have historically marginally improved performance.)  Everything built.  I did
"make install".

-r-xr-xr-x  1 root  wheel  65200 Dec  6 20:55 ssh-keygen

ssh-keygen: ELF 64-bit LSB executable, Alpha (unofficial), version 1, dynamically linked (uses shared libs), stripped

18372 p0 I    0:00.02 sh rc.d/sshd start
18375 p0 I    0:00.02 /bin/sh /etc/rc.d/sshd keygen
18378 p0 R    3:47.11 /usr/bin/ssh-keygen -b 1024 -f /etc/ssh_host_key -N

I am stumped.  Anyone know of recent bugs?  This is -current supped within the
last day or so.

-s