document what to do with sites-staging and sites-available/RCS
[mirror/dsa-wiki.git] / input / howto / add-guest.creole
index 69edeb7..70914f1 100644 (file)
@@ -6,7 +6,7 @@ Import the guest key into your keyring.
 {{{
        echo -n "New user's key fingerprint: " &&
        read fingerprint &&
-       gpg --import "`echo $fingerprint | tr -d ' ' | cut -b 25-`"
+       gpg --recv-keys "`echo $fingerprint | tr -d ' ' | cut -b 25-`"
 }}}
 
 Change to the directory where you keep the guest-keyring repository:
@@ -28,7 +28,7 @@ Export from your keyring into the guest-keyring using:
 
 === add to ldap ===
 
-Once that is done, to to db-master (aka draghi) and add the account:
+Once that is done, login to db (aka draghi) and add the account:
 {{{
        ud-useradd -g
 }}}