X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fmanual.m4;h=84cc79dcf2a76adddfd0c961235595380d2df822;hp=42021c423ed64611c9facbe99d514707315fe982;hb=55aa934b633be4b5635ebf334a629ec299dd6bfc;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d diff --git a/web/manual.m4 b/web/manual.m4 index 42021c42..84cc79dc 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -374,18 +374,11 @@ following commands: Next, change to the "bar" account on client_host and generate the key pair with the commands - ssh-keygen -t rsa -b 2048 - # hit enter twice to create a key with no passphrase + ssh-keygen -q -t rsa -b 2048 -N '' -f $key -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 won't accept keys shorter than 2048 bits. Moreover, +para_client rejects private keys which are 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 +1181,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.