From 9e2b093bed5d47a5941ebcf4735f4498ac1f427b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 31 Aug 2018 12:59:06 +0200 Subject: [PATCH] manual: Instruct the user to create RFC4716 keys. We support both types of keys, but it would be lovely to get rid of the open-coded parser for PEM keys in grcypt.c. This is the first step to deprecate the use of PEM keys. --- web/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/manual.md b/web/manual.md index 2c806614..44799e91 100644 --- a/web/manual.md +++ b/web/manual.md @@ -446,7 +446,7 @@ following commands: Next, change to the "bar" account on client_host and generate the key pair with the commands - ssh-keygen -q -t rsa -b 2048 -N '' -m PEM + ssh-keygen -q -t rsa -b 2048 -N '' -m RFC4716 This generates the two files id_rsa and id_rsa.pub in ~/.ssh. Note that para_server won't accept keys shorter than 2048 bits. Moreover, -- 2.39.2