You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Lukasz Lech (JIRA)" <ji...@apache.org> on 2017/03/30 08:34:41 UTC

[jira] [Updated] (KARAF-5073) OpenSSHGeneratorFileKeyProvider is unable to write SSH keys

     [ https://issues.apache.org/jira/browse/KARAF-5073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lech updated KARAF-5073:
-------------------------------
    Attachment: karaf-shell-ssh-OpenSSHGeneratorFileKeyProvider.patch

Suggested fix - output file verified with JUnit test and openssl rsa command.

> OpenSSHGeneratorFileKeyProvider is unable to write SSH keys
> -----------------------------------------------------------
>
>                 Key: KARAF-5073
>                 URL: https://issues.apache.org/jira/browse/KARAF-5073
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 4.1.2
>         Environment: all
>            Reporter: Lukasz Lech
>         Attachments: karaf-shell-ssh-OpenSSHGeneratorFileKeyProvider.patch
>
>
> Project: org.apache.karaf.shell.ssh
> Class org.apache.karaf.shell.ssh.OpenSSHGeneratorFileKeyProvider has method doWriteKeyPair to write generated SSH keys to the disk. 
> When I run karaf and log in with SSH, the keys are generated, but not written. In console stays: 
> > sun.security.rsa.RSAPrivateCrtKeyImpl cannot be cast to org.apache.commons.ssl.PEMItem
> After inspicing the implementation and comparing it with the not-yes-ssl-commons code I can't see how this method could function for anyone in current form. PEMUtil.encode expected the collection of org.apache.commons.ssl.PEMItem items, which have no inheriting classes nor implement/extend anything. 
> *Probably* the correct way would be either using toPEM and formatRSAPrivateKey methods from PEMUtil, but it doesn't seem obvious to me what method is symethrical to the constructor of org.apache.commons.ssl.PKCS8Key.
> One is sure, doWriteKeyPair with current codebase can no way work.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)