From: Andre Noll Date: Fri, 21 Dec 2018 14:26:09 +0000 (+0100) Subject: manual: Fix command to create keys. X-Git-Tag: v0.6.3~62 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=sidebyside;h=de82e4d2f55b40b309d5e270b7e1a804509f4f38;hp=f5c010bd27e131fca0c2ae58ebdde80e44655dcc;p=paraslash.git manual: Fix command to create keys. $key is neither defined nor required here. --- diff --git a/web/manual.md b/web/manual.md index e0f5ccf1..2c806614 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 -f $key + ssh-keygen -q -t rsa -b 2048 -N '' -m PEM 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,