Changes between Version 5 and Version 6 of OpenPGPandSSH
- Timestamp:
- Nov 29, 2007 12:58:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenPGPandSSH
v5 v6 31 31 32 32 How do we use the same key for GPG and OpenSSH? At the least, we need to have a way to convert the private key from one format to another. While i have no problem using an OpenSSH-generated RSA private key as the private part of an X.509 key/cert pair (and vice versa), i'm having difficulty figuring out how to translate the PEM-encoded RSA keys into OpenPGP-encoded RSA keys. 33 34 This conversion should be do-able using [http://tools.ietf.org/html/rfc4880#section-5.5.2 the OpenPGP spec for Secret Key packet formats] and section 7.2 of [ftp://ftp.rsasecurity.com/pub/pkcs/ascii/pkcs-1.asc the RSA encryption standard]. 33 35 34 36 == Validating the User == … … 74 76 75 77 * [http://www.red-bean.com/~nemo/openssh-gpg/ openssh-gpg] is a (relatively stale) attempt to do something similar 78 79 == Resources == 80 81 What tools might come in handy for this project? 82 83 * CPAN's [http://search.cpan.org/~jesse/GnuPG-Interface-0.36/lib/GnuPG/Interface.pm GnuPG::Interface]

