really fix the ssh_host_rsa_key.pub.gpg output.
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 17 Nov 2008 00:32:58 +0000 (19:32 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Mon, 17 Nov 2008 00:32:58 +0000 (19:32 -0500)
src/monkeysphere-server

index 018a1ec6ed22ac23c336178fe7829901494f67f5..34b06b73e99bf84212029831db8e69f3867a7132 100755 (executable)
@@ -402,7 +402,7 @@ EOF
     log info "SSH host private key output to file: ${SYSDATADIR}/ssh_host_rsa_key"
     ssh-keygen -y -f "${SYSDATADIR}/ssh_host_rsa_key" > "${SYSDATADIR}/ssh_host_rsa_key.pub"
     log info "SSH host public key output to file: ${SYSDATADIR}/ssh_host_rsa_key.pub"
-    gpg_authentication "--export-options export-minimal --export 0x${fingerprint}!" > "${SYSDATADIR}/ssh_host_rsa_key.pub.gpg"
+    gpg_authentication "--export-options export-minimal --armor --export 0x${fingerprint}\!" > "${SYSDATADIR}/ssh_host_rsa_key.pub.gpg"
     log info "SSH host public key in OpenPGP form: ${SYSDATADIR}/ssh_host_rsa_key.pub.gpg"
 }