]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - web/manual.md
vss: Fix harmless memory leaks at exit.
[paraslash.git] / web / manual.md
index 04c716a87da88b81ab43ef01f15c8067bef46ea3..44799e910fc8c041667599fcff8669a1a89608c1 100644 (file)
@@ -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 '' -f $key
+       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,