[ https://issues.apache.org/jira/browse/CLOUDSTACK-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13595721#comment-13595721 ]
ASF subversion and git services commented on CLOUDSTACK-1013: ------------------------------------------------------------- Commit d51e964d42bdd681fec1c2572c94d703b3986aea in branch refs/heads/master from [~harikrishna.patnala] [ https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=d51e964 ] CLOUDSTACK-1013 : running cloudstack overwrites default public/private ssh keys The default private/public keypairs in .ssh will not be overwritten. Instead cloudstack will generate a new keypair id_rsa.cloud and id_rsa.cloud.pub and use those in developer mode. To use this insert the (name,value)=(develop,true) tuple into `cloud`.`configuration` Signed-off-by: Prasanna Santhanam <t...@apache.org> > running cloudstack overwrites default public/private ssh keys > ------------------------------------------------------------- > > Key: CLOUDSTACK-1013 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1013 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.1.0 > Environment: Mac OS X (10.8.2) > Reporter: Shane Witbeck > Assignee: Harikrishna Patnala > Priority: Critical > Labels: ssh > > My default ssh keys were overwritten and apparently this is not a new thing: > http://markmail.org/message/7wazyuw2qbxkv2mv?q=list:org%2Eapache%2Eincubator%2Ecloudstack-%2A+ssh+key#query:list%3Aorg.apache.incubator.cloudstack-*%20ssh%20key+page:1+mid:csy3flezogjwcng5+state:results > The offending code: > https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=blob;f=server/src/com/cloud/server/ConfigurationServerImpl.java;h=74fba8967531e5d0f5566708803aab23a1fbe23d;hb=HEAD#l579 > While following the instructions here: > http://incubator.apache.org/cloudstack/develop/environment.html#maven > I've determined that my keys get overwritten when I run: > mvn -pl :cloud-client-ui jetty:run -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira