From: Ian Jackson Date: Tue, 26 Apr 2016 13:23:07 +0000 (+0100) Subject: INSTALL: Mention that rsa key generation might need ssh-keygen1 X-Git-Tag: v0.4.5~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=5ffc0b96dd798fcc6d508c6f52ceb7f4a2752cb5 INSTALL: Mention that rsa key generation might need ssh-keygen1 Signed-off-by: Ian Jackson --- diff --git a/INSTALL b/INSTALL index 6ab3b92..1616621 100644 --- a/INSTALL +++ b/INSTALL @@ -114,6 +114,9 @@ If installing for the first time, do # cd /etc/secnet # ssh-keygen -f key -t rsa1 -N "" +(You may need ssh-keygen1, instead, which might be found in +openssh-client-ssh1.) + [On BSD use $ LDFLAGS="-L/usr/local/lib" ./configure $ gmake CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"