From 5ffc0b96dd798fcc6d508c6f52ceb7f4a2752cb5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 26 Apr 2016 14:23:07 +0100 Subject: [PATCH] INSTALL: Mention that rsa key generation might need ssh-keygen1 Signed-off-by: Ian Jackson --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.30.2