summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-01-24 13:12:58 -0600
committerSol Jerome <sol.jerome@gmail.com>2011-01-24 13:13:21 -0600
commit055038688fdc790cf6806497b6fb85567c07c754 (patch)
treeaec4bafea49f46edd6557945770bded782ec9c88
parent8394f59acd639f4a89c8010590819c773b1b803e (diff)
downloadbcfg2-055038688fdc790cf6806497b6fb85567c07c754.tar.gz
bcfg2-055038688fdc790cf6806497b6fb85567c07c754.tar.bz2
bcfg2-055038688fdc790cf6806497b6fb85567c07c754.zip
doc: Fix typos in the ssh key import guide
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--doc/appendix/guides/import-existing-ssh-keys.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/appendix/guides/import-existing-ssh-keys.txt b/doc/appendix/guides/import-existing-ssh-keys.txt
index d0f679b59..d3befec26 100644
--- a/doc/appendix/guides/import-existing-ssh-keys.txt
+++ b/doc/appendix/guides/import-existing-ssh-keys.txt
@@ -46,12 +46,13 @@ Validate your repository
Validation can be performed using the following command::
- ``bcfg2-repo-validate -v``
+ bcfg2-repo-validate -v
Run the bcfg2 client
====================
::
+
bcfg2 -vqn
You will see the incorrect entries for the ssh files::
@@ -85,7 +86,7 @@ Now, we pull the ssh host key data for the client out of the uploaded
stats and insert it as host-specific copies of these files in
``/var/lib/bcfg2/SSHBase``.::
- for key in ssh_host_dsa_key ssh_host_key; do
+ for key in ssh_host_rsa_key ssh_host_dsa_key ssh_host_key; do
sudo bcfg2-admin pull <clientname> Path /etc/ssh/$key
sudo bcfg2-admin pull <clientname> Path /etc/ssh/${key}.pub
done
@@ -99,6 +100,7 @@ Run the bcfg2 client (again)
============================
::
+
bcfg2 -vqn
This time, we will only see 1 incorrect entry.::
@@ -119,7 +121,7 @@ This time, we will only see 1 incorrect entry.::
Total managed entries: 7
Unmanaged entries: 649
-Now, the only wrong entry is the ssh_known_hosts file!, so go ahead
+Now, the only wrong entry is the ssh_known_hosts file, so go ahead
and install it::
bcfg2 -vqI