Author: adietish
Date: 2010-12-26 04:59:29 -0500 (Sun, 26 Dec 2010)
New Revision: 27740
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/ManageKeysPage.java
Log:
[JBIDE-7763] now storing the key in the local .ssh folder
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/ManageKeysPage.java
===================================================================
---
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/ManageKeysPage.java 2010-12-25
15:27:49 UTC (rev 27739)
+++
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/ManageKeysPage.java 2010-12-26
09:59:29 UTC (rev 27740)
@@ -271,7 +271,7 @@
try {
DeltaCloudKey key = model.createKey(keyId);
// I guess that the launch job stores the key in the appropriate place already
-// PemFileFactory.create(key);
+ PemFileFactory.create(key);
} catch (Exception e) {
// TODO: internationalize strings
ErrorUtils.handleError(
Show replies by date