]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - web/manual.m4
manual: Shorten section on generating RSA keys.
[paraslash.git] / web / manual.m4
index 42021c423ed64611c9facbe99d514707315fe982..1cf6ac29b0b7195c63af6093f4caac24b75f6ac7 100644 (file)
@@ -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:
@@ -1188,7 +1183,7 @@ is composed of superframes, each containing one or more frames of
 The Free Lossless Audio Codec (FLAC) compresses audio without quality
 loss. It gives better compression ratios than a general purpose
 compressor like zip or bzip2 because FLAC is designed specifically
-for audio. A FLAC-encoded file consits of frames of varying size, up
+for audio. A FLAC-encoded file consists of frames of varying size, up
 to 16K. Each frame starts with a header that contains all information
 necessary to decode the frame.