diff options
author | Sage Weil <sage@newdream.net> | 2012-04-11 16:00:05 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-04-11 16:00:05 -0700 |
commit | 4a4b7994e60f6796b5760b551b12ebc2e2c81b09 (patch) | |
tree | 04f6102af90e6547a07a48d2281546cfb0e8b100 /man | |
parent | ab08fb8b323de03ead78f8378e08e59a11f5fb1b (diff) | |
download | ceph-4a4b7994e60f6796b5760b551b12ebc2e2c81b09.tar.gz |
ceph-authtool: update man page
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/ceph-authtool.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/ceph-authtool.8 b/man/ceph-authtool.8 index d630bef8483..3d879030259 100644 --- a/man/ceph-authtool.8 +++ b/man/ceph-authtool.8 @@ -1,4 +1,4 @@ -.TH "CEPH-AUTHTOOL" "8" "September 22, 2011" "dev" "Ceph" +.TH "CEPH-AUTHTOOL" "8" "April 11, 2012" "dev" "Ceph" .SH NAME ceph-authtool \- ceph keyring manipulation tool . @@ -44,6 +44,12 @@ file. A keyring file stores one or more Ceph authentication keys and possibly an associated capability specification. Each key is associated with an entity name, of the form \fB{client,mon,mds,osd}.name\fP. +.sp +\fBWARNING\fP Ceph provides authentication and protection against +man\-in\-the\-middle attacks once secret keys are in place. However, +data over the wire is not encrypted, which may include the messages +used to configure said keys. The system is primarily intended to be +used in trusted environments. .SH OPTIONS .INDENT 0.0 .TP |