X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fadd-guest.creole;h=69edeb7239a27b9485dedd8160e47f36b9602c8a;hb=d003fb83387ee731c9fa409e0d7b88207252798c;hp=35ccb83d9e650203ce63df06e1e70723f090d961;hpb=ff444ff6a62af8688d8f4ba6aedc26813cb095ca;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/add-guest.creole b/input/howto/add-guest.creole index 35ccb83..69edeb7 100644 --- a/input/howto/add-guest.creole +++ b/input/howto/add-guest.creole @@ -2,21 +2,20 @@ === add to guest keyring === -first, import the guest key into your keyring: +Import the guest key into your keyring. {{{ echo -n "New user's key fingerprint: " && read fingerprint && - ./add-key "`echo $fingerprint | tr -d ' '`" && + gpg --import "`echo $fingerprint | tr -d ' ' | cut -b 25-`" }}} -then, add the guest's public gpg key into the guest keyring by +Change to the directory where you keep the guest-keyring repository: {{{ cd ~/dsa/guest-keyring }}} -or whereever you keep the checkout and executing: +Export from your keyring into the guest-keyring using: {{{ - git pull && echo -n "New user's key fingerprint: " && read fingerprint && @@ -30,7 +29,6 @@ or whereever you keep the checkout and executing: === add to ldap === Once that is done, to to db-master (aka draghi) and add the account: - {{{ ud-useradd -g }}}