From 8b7f38b319ffcf0bec4709f2f1537be6aacb9901 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 3 Jan 2015 04:31:47 +0000 Subject: [PATCH] manual: Shorten section on generating RSA keys. Remove the text about keys generated with "openssl genrsa". Such keys are deprecated and support for them will eventually be removed. This also removes the sentence about 0.3.x keys. --- web/manual.m4 | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/web/manual.m4 b/web/manual.m4 index 18c6608f..1cf6ac29 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -377,15 +377,10 @@ key pair with the commands ssh-keygen -t rsa -b 2048 # hit enter twice to create a key with no passphrase -This generates the two files id_rsa and id_rsa.pub in ~/.ssh. Note -that paraslash can also read keys generated by the "openssl genrsa" -command. However, since keys created with ssh-keygen can also be used -for ssh, this method is recommended. - -Note that para_server refuses to use a key if it is shorter than 2048 -bits. In particular, the RSA keys of paraslash 0.3.x will not work -with version 0.4.x. Moreover, para_client refuses to use a (private) -key which is world-readable. +This generates the two files id_rsa and id_rsa.pub in ~/.ssh. +Note that para_server refuses to use a key if it is shorter than +2048 bits. Moreover, para_client refuses to use a private key which +is world-readable. para_server only needs to know the public key of the key pair just created. Copy this public key to server_host: -- 2.30.2