Imported Debian patch 2.5.0p2-1
[debian/amanda] / man / amcrypt.8
index 4cf34d9973e696161b59e1443253cd874feb82d9..3041dd15e8eb36c719a6814c9d04240c016e242d 100644 (file)
 .IP "\\$1" \\$2
 ..
 .TH "AMCRYPT" 8 "" "" ""
 .IP "\\$1" \\$2
 ..
 .TH "AMCRYPT" 8 "" "" ""
-.SH NAME
-amcrypt \- reference crypt program for Amanda symmetric data encryption
+.SH "NAME"
+amcrypt - reference crypt program for Amanda symmetric data encryption
 .SH "SYNOPSIS"
 .SH "SYNOPSIS"
-.ad l
-.hy 0
 .HP 8
 \fBamcrypt\fR
 .HP 8
 \fBamcrypt\fR
-.ad
-.hy
-
 .SH "DESCRIPTION"
 .SH "DESCRIPTION"
-
 .PP
 .PP
- \fBamcrypt\fR requires \fBaespipe\fR and \fBgpg\fR to work\&. Aespipe is available from : http://loop-aes.sourceforge.net
-
+\fBamcrypt\fR
+requires
+\fBaespipe\fR
+and
+\fBgpg\fR
+to work. Aespipe is available from
+: http://loop-aes.sourceforge.net
 .PP
 .PP
- \fBamcrypt\fR will search for the aespipe program in the following directories: /usr/bin:/usr/local/bin:/sbin:/usr/sbin\&.
+\fBamcrypt\fR
+will search for the aespipe program in the following directories: /usr/bin:/usr/local/bin:/sbin:/usr/sbin.
 \fBamcrypt\fR calls  \fBamaespipe\fR and pass the
 \fBamcrypt\fR calls  \fBamaespipe\fR and pass the
-\fBpassphrase\fR through file descriptor 3\&.
-The passphrase should be stored in ~amanda/\&.am_passphrase\&.
-
+\fBpassphrase\fR through file descriptor 3.
+The passphrase should be stored in ~amanda/.am_passphrase.
 .SH "HOW TO CREATE ENCRYPTION KEYS FOR AMCRYPT"
 
 .SH "HOW TO CREATE ENCRYPTION KEYS FOR AMCRYPT"
 
-1\&. Create 65 random encryption keys and encrypt those keys using gpg\&. Reading
+1. Create 65 random encryption keys and encrypt those keys using gpg. Reading
 from /dev/random may take indefinitely long if kernel's random entropy pool
 from /dev/random may take indefinitely long if kernel's random entropy pool
-is empty\&. If that happens, do some other work on some other console (use
-keyboard, mouse and disks)\&. 
-
+is empty. If that happens, do some other work on some other console (use
+keyboard, mouse and disks). 
 .PP
 .PP
-head \-c 2925 /dev/random | uuencode \-m \- | head \-n 66 | tail \-n 65 \\ | gpg \-\-symmetric \-a > ~amanda/\&.gnupg/am_key\&.gpg
-
+head -c 2925 /dev/random | uuencode -m - | head -n 66 | tail -n 65 \ | gpg --symmetric -a > ~amanda/.gnupg/am_key.gpg
 .PP
 .PP
-This will ask for a passphrase\&. Remember this passphrase as you will need it in the next step\&.
-
+This will ask for a passphrase. Remember this passphrase as you will need it in the next step.
 .PP
 .PP
-2\&. Store the passphrase inside the home\-directory of the AMANDA\-user and protect it with proper permissions:
+2. Store the passphrase inside the home-directory of the AMANDA-user and protect it with proper permissions:
 .nf
 
 .nf
 
-echo my_secret_passphrase > ~amanda/\&.am_passphrase
-chown amanda:disk ~amanda/\&.am_passphrase
-chmod 700 ~amanda/\&.am_passphrase
+echo my_secret_passphrase > ~amanda/.am_passphrase
+chown amanda:disk ~amanda/.am_passphrase
+chmod 700 ~amanda/.am_passphrase
 .fi
 .fi
-
 .SH "KEY AND PASSPHRASE"
 .SH "KEY AND PASSPHRASE"
-
 .PP
 .PP
- \fBamcrypt\fR uses the same key to encrypt and decrypt data\&.
+\fBamcrypt\fR
+uses the same key to encrypt and decrypt data.
 
 It is very important to store and protect the key and the passphrase
 
 It is very important to store and protect the key and the passphrase
-properly\&. Encrypted backup data can \fBonly\fR be recovered with the correct key and
-passphrase\&.
-
+properly. Encrypted backup data can \fBonly\fR be recovered with the correct key and
+passphrase.
 .SH "SEE ALSO"
 .SH "SEE ALSO"
-
 .PP
 .PP
-\fBamanda\fR(8), \fBamanda\&.conf\fR(5), \fBaespipe\fR(1), \fBamaespipe\fR(8), \fBgpg\fR(1) 
+\fBamanda\fR(8),
+\fBamanda.conf\fR(5),
+\fBaespipe\fR(1),
+\fBamaespipe\fR(8),
+\fBgpg\fR(1)