You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/17 19:34:46 UTC

[jira] [Commented] (CLOUDSTACK-8649) Register SSH keypair is broken

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-8649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699890#comment-14699890 ] 

ASF GitHub Bot commented on CLOUDSTACK-8649:
--------------------------------------------

Github user milamberspace commented on the pull request:

    https://github.com/apache/cloudstack/pull/615#issuecomment-131899397
  
    
    Seems this PR breaks the addition of a public key on the Web UI.
    The reponse is : "Public key is invalid"
    
    (works successfully with Cloudmonkey register sshkeypair command)
    
    When I revert this commit, the addition works.
    



> Register SSH keypair is broken
> ------------------------------
>
>                 Key: CLOUDSTACK-8649
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8649
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.5.0, 4.5.1
>            Reporter: Lennert den Teuling
>
> It seems that when we upgraded form CS 4.3 to 4.5 the register SSH keypair functionality broke. 
> Registering keypairs work, but deployments with these newly registered keypair fails because they are not correctly put into the database. 
> It seems that at least half of the public key data is missing in the database. We have tried this with multiple keys, even with keys that worked before. Keys that were registered before the upgrade still work. 
> It is simple to reproduce, just register a SSH key and you will see the key will to be correctly put into the "ssh_keypairs" table and encrypting the VM password with the key will fail on deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)