exporting SSH host public key (two variants: one traditional ssh, the other OpenPGP...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 16 Nov 2008 06:28:19 +0000 (01:28 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 16 Nov 2008 06:28:19 +0000 (01:28 -0500)
src/monkeysphere-server

index 665d916ca416a5c6d545f72733cccd9c6b5b4e4f..bb26c04274ab6448d8c8c622bf6fa2257de97063 100755 (executable)
@@ -399,7 +399,11 @@ EOF
     (umask 077 && \
        gpg_host --export-secret-key "$fingerprint" | \
        openpgp2ssh "$fingerprint" > "${SYSDATADIR}/ssh_host_rsa_key")
-    log info "private SSH host key output to file: ${SYSDATADIR}/ssh_host_rsa_key"
+    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"
+    log info "SSH host public key in OpenPGP form: ${SYSDATADIR}/ssh_host_rsa_key.pub.gpg"
 }
 
 # extend the lifetime of a host key: