search for: pubkey2ssh

Displaying 1 result from an estimated 1 matches for "pubkey2ssh".

2010 Apr 02
3
[Bug 1749] New: ssh-keygen cant "import" a generic x509 rsa public key
...Status: NEW Severity: normal Priority: P2 Component: ssh-keygen AssignedTo: unassigned-bugs at mindrot.org ReportedBy: cavanaughwww+public at gmail.com Created an attachment (id=1827) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1827) pubkey2ssh I think this is part defect part enhancement. Defect Part =========== I have a public key generated via prompt> openssl x509 -in cavanaug.x509 -pubkey -noout > cavanaug_x509.pub that I would like to have ssh-keygen convert to an openssh public key format. prompt> ssh-keygen -i -f...