I use a 4096 byte RSA PGP key; since SSH also uses the RSA standard, is it at all possible to use the PGP key as an SSH key without installing additional software on the server (and as little as possible on the client)?

link|improve this question
feedback

3 Answers

There are several ways, which may or may not work:

  • MonkeySphere
  • openssh-gpg, a patch for OpenSSH
  • SSH.com has built-in support
  • gpg2 on Debian comes with a gpgkey2ssh tool, and gpg-agent can act as a ssh agent too, but I couldn't figure out how to actually make ssh use the key for authentication.
link|improve this answer
feedback

SSH2 Version 2.0.13 introduced support for PGP authentication.

excerpt from SSH The Secure Shell

link|improve this answer
feedback

This document shows how to do it on the SSH.com client; I am not sure that it works on OpenSSH but it might be worth a shot.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.