X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famcrypt-ossl-asym.8;h=e2c19b954b855e6b2e1ace7b9a06a6196d3c71d4;hb=3f2539260c201b5e594bf8ce89b583ebde6a63d1;hp=e3d3714565d10400055dd06153199713e93d454b;hpb=e9de482962ca61612054c6e0382814b04e416129;p=debian%2Famanda diff --git a/man/amcrypt-ossl-asym.8 b/man/amcrypt-ossl-asym.8 index e3d3714..e2c19b9 100644 --- a/man/amcrypt-ossl-asym.8 +++ b/man/amcrypt-ossl-asym.8 @@ -1,13 +1,22 @@ '\" t .\" Title: amcrypt-ossl-asym .\" Author: Kevin Till -.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 -.\" Date: 11/05/2009 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 02/21/2012 .\" Manual: System Administration Commands -.\" Source: Amanda 2.6.1p2 +.\" Source: Amanda 3.3.1 .\" Language: English .\" -.TH "AMCRYPT\-OSSL\-ASYM" "8" "11/05/2009" "Amanda 2\&.6\&.1p2" "System Administration Commands" +.TH "AMCRYPT\-OSSL\-ASYM" "8" "02/21/2012" "Amanda 3\&.3\&.1" "System Administration Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -19,7 +28,7 @@ .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" -amcrypt-ossl-asym \- crypt program for \fIAmanda\fR asymmetric data encryption using OpenSSL +amcrypt-ossl-asym \- crypt program for Amanda asymmetric data encryption using OpenSSL .SH "SYNOPSIS" .HP \w'\fBamcrypt\-ossl\-asym\fR\ 'u \fBamcrypt\-ossl\-asym\fR [\-d] @@ -72,15 +81,13 @@ is used to decrypt data, and must be protected\&. Encrypted backup data cannot b .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\&. .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 +OpenSSL\*(Aqs 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 www\&.diceware\&.com) can be used to create passphrases that are difficult to guess and easy to remember\&. .SH "FILES" .PP /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 -\fIAmanda\fR -user\&. +File containing the RSA private key\&. It should not be readable by any user other than the Amanda user\&. .RE .PP /var/lib/amanda/backup\-pubkey\&.pem @@ -90,18 +97,17 @@ File containing the RSA public key\&. .PP /var/lib/amanda/\&.am_passphrase .RS 4 -File containing the passphrase\&. It should not be readable by any user other than the -\fIAmanda\fR -user\&. +File containing the passphrase\&. It should not be readable by any user other than the Amanda user\&. .RE .SH "SEE ALSO" .PP - \fBamanda\fR(8), \fBamanda.conf\fR(5), \fBopenssl\fR(1), -\fBamcrypt-ossl\fR(8), -: http://wiki.zmanda.com +\fBamcrypt-ossl\fR(8) +.PP +The Amanda Wiki: +: http://wiki.zmanda.com/ .SH "AUTHOR" .PP \fBKevin Till\fR <\&kevin\&.till@zmanda\&.com\&>