Imported Upstream version 2.6.0
[debian/amanda] / man / amcrypt-ossl-asym.8
index ee8095522e72354ac58b2f6b1c4dd45362778511..fa95247c84199fbc99161d319daacf7d80c1b42f 100644 (file)
@@ -1,17 +1,17 @@
 .\"     Title: amcrypt-ossl-asym
 .\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
-.\"      Date: 06/06/2007
+.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
+.\"      Date: 03/31/2008
 .\"    Manual: 
 .\"    Source: 
 .\"
-.TH "AMCRYPT\-OSSL\-ASYM" "8" "06/06/2007" "" ""
+.TH "AMCRYPT\-OSSL\-ASYM" "8" "03/31/2008" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
 .ad l
 .SH "NAME"
-amcrypt\-ossl\-asym \- crypt program for Amanda asymmetric data encryption using OpenSSL
+amcrypt-ossl-asym - crypt program for Amanda asymmetric data encryption using OpenSSL
 .SH "SYNOPSIS"
 .HP 18
 \fBamcrypt\-ossl\-asym\fR [\-d]
@@ -21,29 +21,29 @@ amcrypt\-ossl\-asym \- crypt program for Amanda asymmetric data encryption using
 \fBamcrypt\-ossl\-asym\fR
 uses
 \fBOpenSSL\fR
-to encrypt and decrypt data. OpenSSL is available from
-\fIwww.openssl.org\fR\&[1]. OpenSSL offers a wide variety of cipher choices (
+to encrypt and decrypt data\. OpenSSL is available from
+\fIwww\.openssl\.org\fR\&[1]\. OpenSSL offers a wide variety of cipher choices (
 \fBamcrypt\-ossl\-asym\fR
-defaults to 256\-bit AES) and can use hardware cryptographic accelerators on several platforms.
+defaults to 256\-bit AES) and can use hardware cryptographic accelerators on several platforms\.
 .PP
 
 \fBamcrypt\-ossl\-asym\fR
-will search for the OpenSSL program in the following directories: /bin:/usr/bin:/usr/local/bin:/usr/ssl/bin:/usr/local/ssl/bin.
+will search for the OpenSSL program in the following directories: /bin:/usr/bin:/usr/local/bin:/usr/ssl/bin:/usr/local/ssl/bin\.
 .SH "GENERATING PUBLIC AND PRIVATE KEYS"
 .PP
-RSA keys can be generated with the standard OpenSSL commands, e.g.:
+RSA keys can be generated with the standard OpenSSL commands, e\.g\.:
 .sp
 .RS 4
 .nf
 $ cd /var/lib/amanda
-$ openssl genrsa \-aes128 \-out backup\-privkey.pem 1024
+$ openssl genrsa \-aes128 \-out backup\-privkey\.pem 1024
 Generating RSA private key, 1024 bit long modulus
-[...]
-Enter pass phrase for backup\-privkey.pem: \fIENTER YOUR PASS PHRASE\fR
-Verifying \- Enter pass phrase for backup\-key.pem: \fIENTER YOUR PASS PHRASE\fR
+[\.\.\.]
+Enter pass phrase for backup\-privkey\.pem: \fIENTER YOUR PASS PHRASE\fR
+Verifying \- Enter pass phrase for backup\-key\.pem: \fIENTER YOUR PASS PHRASE\fR
 
-$ openssl rsa \-in backup\-privkey.pem \-pubout \-out backup\-pubkey.pem
-Enter pass phrase for backup\-privkey.pem: \fIENTER YOUR PASS PHRASE\fR
+$ openssl rsa \-in backup\-privkey\.pem \-pubout \-out backup\-pubkey\.pem
+Enter pass phrase for backup\-privkey\.pem: \fIENTER YOUR PASS PHRASE\fR
 Writing RSA key
 
 .fi
@@ -51,44 +51,44 @@ Writing RSA key
 .PP
 To generate a private key without a passphrase, omit the
 \fB\-aes128\fR
-option. See
+option\. See
 \fBopenssl_genrsa\fR(1)
-for more key generation options.
+for more key generation options\.
 .PP
-Note that it is always possible to generate the public key from the private key.
+Note that it is always possible to generate the public key from the private key\.
 .SH "KEY AND PASSPHRASE MANAGEMENT"
 .PP
 
 \fBamcrypt\-ossl\-asym\fR
 uses the
 \fIpublic key\fR
-to encrypt data. The security of the data does not depend on the confidentiality of the public key. The
+to encrypt data\. The security of the data does not depend on the confidentiality of the public key\. The
 \fIprivate key\fR
-is used to decrypt data, and must be protected. Encrypted backup data cannot be recovered without the private key. The private key may optionally be encrypted with a passphrase.
+is used to decrypt data, and must be protected\. Encrypted backup data cannot be recovered without the private key\. The private key may optionally be encrypted with a passphrase\.
 .PP
-While the public key must be online at all times to perorm backups, the private key and optional passphrase are only needed to restore data. It is recommended that the latter be stored offline all other times. For example, you could keep the private key on removable media, and copy it into place for a restore; or you could keep the private key online, encrypted with a passphrase that is present only for a restore.
+While the public key must be online at all times to perorm backups, the private key and optional passphrase are only needed to restore data\. It is recommended that the latter be stored offline all other times\. For example, you could keep the private key on removable media, and copy it into place for a restore; or you could keep the private key online, encrypted with a passphrase that is present only for a restore\.
 .PP
-OpenSSL's key derivation routines use a salt to guard against dictionary attacks on the pass phrase; still it is important to pick a pass phrase that is hard to guess. The Diceware method (see
-\fIwww.diceware.com\fR\&[2]) can be used to create passphrases that are difficult to guess and easy to remember.
+OpenSSL\'s key derivation routines use a salt to guard against dictionary attacks on the pass phrase; still it is important to pick a pass phrase that is hard to guess\. The Diceware method (see
+\fIwww\.diceware\.com\fR\&[2]) can be used to create passphrases that are difficult to guess and easy to remember\.
 .SH "FILES"
 .PP
-/var/lib/amanda/backup\-privkey.pem
+/var/lib/amanda/backup\-privkey\.pem
 .RS 4
-File containing the RSA private key. It should not be readable by any user other than the
+File containing the RSA private key\. It should not be readable by any user other than the
 \fIAmanda\fR
-user.
+user\.
 .RE
 .PP
-/var/lib/amanda/backup\-pubkey.pem
+/var/lib/amanda/backup\-pubkey\.pem
 .RS 4
-File containing the RSA public key.
+File containing the RSA public key\.
 .RE
 .PP
-/var/lib/amanda/.am_passphrase
+/var/lib/amanda/\.am_passphrase
 .RS 4
-File containing the passphrase. It should not be readable by any user other than the
+File containing the passphrase\. It should not be readable by any user other than the
 \fIAmanda\fR
-user.
+user\.
 .RE
 .SH "SEE ALSO"
 .PP
@@ -96,8 +96,9 @@ user.
 \fBamanda\fR(8),
 \fBamanda.conf\fR(5),
 \fBopenssl\fR(1),
-\fBamcrypt\-ossl\fR(8)
-.SH "REFERENCES"
+\fBamcrypt-ossl\fR(8),
+\fBhttp://wiki.zmanda.com\fR()
+.SH "NOTES"
 .IP " 1." 4
 www.openssl.org
 .RS 4