summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-08-28 17:03:05 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-08-28 12:03:11 -0500
commitfa61dbac647ea9cbc2ba3d93e7de73d7f8a7815f (patch)
tree0cc9de1bb280f9b97ffad219b6153df302c89fef
parent92fef8ec4ce62894356601148f5bcf498d0a92f2 (diff)
downloadbcfg2-fa61dbac647ea9cbc2ba3d93e7de73d7f8a7815f.tar.gz
bcfg2-fa61dbac647ea9cbc2ba3d93e7de73d7f8a7815f.tar.bz2
bcfg2-fa61dbac647ea9cbc2ba3d93e7de73d7f8a7815f.zip
doc: Minor fixes to SSHbase documentation
Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6042 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--doc/server/plugins/generators/sshbase.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/server/plugins/generators/sshbase.txt b/doc/server/plugins/generators/sshbase.txt
index 6abb05ed9..c035f8899 100644
--- a/doc/server/plugins/generators/sshbase.txt
+++ b/doc/server/plugins/generators/sshbase.txt
@@ -6,9 +6,9 @@
SSHbase
=======
-SSHbase is a purpose build Bcfg2 plugin for managing ssh host keys. It
+SSHbase is a purpose-built Bcfg2 plugin for managing ssh host keys. It
is responsible for making ssh keys persist beyond a client rebuild and
-building a proper ssh_known_hosts file, including a correct localhost
+building a proper ``ssh_known_hosts file``, including a correct localhost
record for the current system.
It has two functions:
@@ -16,11 +16,11 @@ It has two functions:
* Generating new ssh keys -- When a client requests a dsa, rsa, or v1 key,
and there is no existing key in the repository, one is generated.
-* Maintaining the ssh_known_hosts file -- all current known public
+* Maintaining the ``ssh_known_hosts`` file -- all current known public
keys (and extra public key stores) are integrated into a single
- ssh_known_hosts file, and a localhost record for the current client
- is added. The ssh_known_hosts file data is updated whenever any keys
- change, are added, or deleted.
+ ``ssh_known_hosts`` file, and a localhost record for the current client
+ is added. The ``ssh_known_hosts`` file data is updated whenever any
+ keys change, are added, or deleted.
Interacting with SSHbase
========================
@@ -56,8 +56,8 @@ Getting started
#. Enjoy.
At this point, SSHbase will generate new keys for any client without
-a recorded key in the repository, and will generate an ssh_known_hosts
-file appropriately.
+a recorded key in the repository, and will generate an
+``ssh_known_hosts`` file appropriately.
Adding public keys for unmanaged hosts
======================================