From: Luca Filipozzi Date: Tue, 20 Aug 2013 19:32:41 +0000 (+0000) Subject: fix instructions X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=aa18315a71f09f394e49f8130dbdf4220adb5b7b fix instructions --- diff --git a/input/howto/add-guest.creole b/input/howto/add-guest.creole index 69edeb7..cfc2c6b 100644 --- a/input/howto/add-guest.creole +++ b/input/howto/add-guest.creole @@ -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: