# by the home directory of the user, and '%u' will by replaced by the
# username of the user. Setting this variable to 'none' prevents the
# inclusion of user controlled authorized_keys file.
-# RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"
+#RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"
# MONKEYSPHERE_GNUPGHOME environment variable, then the value of the
# GNUPGHOME environment variable will be used. If GNUPGHOME is not
# set either, then the default value is listed below.
-# GNUPGHOME=~/.gnupg
+#GNUPGHOME=~/.gnupg
# GPG keyserver to search for keys.
#KEYSERVER=pool.sks-keyservers.net
- replace monkeysphere-server with monkeysphere-{authentication,host}
- fold monkeysphere-ssh-proxycommand into /usr/bin/monkeysphere
+ * new ability to import existing ssh key into monkeysphere
* simplify adding a host to the monkeysphere, automate the process
during debian installation
* provide pem2openpgp for translating unencrypted PEM-encoded raw key
* check that existing authentication keys are valid in gen_key
function.
- -- Daniel Kahn Gillmor <dkg@pip.fifthhorseman.net> Sat, 31 Jan 2009 17:32:58 -0500
+ -- Jameson Graef Rollins <jrollins@finestructure.net> Thu, 12 Feb 2009 21:50:54 -0500
monkeysphere (0.22-1) unstable; urgency=low
failure "key not published."
fi
-# find the key fingerprint
-fingerprint=$(fingerprint_host_key)
-
# publish host key
-# FIXME: need to define how to do this
-#gpg_authentication "--keyserver $KEYSERVER --send-keys '0x${fingerprint}!'"
-echo "not published!!!"
+gpg_sphere "--keyserver $KEYSERVER --send-keys '0x${HOST_FINGERPRINT}!'"
}