[
https://issues.jboss.org/browse/JBIDE-8253?page=com.atlassian.jira.plugin...
]
Andre Dietisheim edited comment on JBIDE-8253 at 1/28/11 3:18 PM:
------------------------------------------------------------------
I now reduced the check to the minimum we discussed on irc. It now only checks if a file
is listed in the ssh-prefs, whose name may match the given key name:
{code:java}
file.getName().equals(keyName)
|| file.getName().startsWith(keyName + ".")
{code}
Patch contains changes for JBIDE-8253 and JBIDE-8254.
was (Author: adietish):
I now reduced the check to the minimum we discussed on irc. It now only checks if a
file is listed in the ssh-prefs, whose name may match the given key name:
{code:xml}
file.getName().equals(keyName)
|| file.getName().startsWith(keyName + ".")
{code}
Patch contains changes for JBIDE-8253 and JBIDE-8254.
Launch instance wizard: you get warned of a key that is not known to
the ssh-subsystem even if the key is listed in the ssh-prefs
---------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8253
URL:
https://issues.jboss.org/browse/JBIDE-8253
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Max Rydahl Andersen
Fix For: 3.2.0.CR2 (tentative)
Attachments: key-is-in-prefs.png, KeyPathCheck.patch,
NonSshKeyDecoration-3.patch, NonSshKeyDecoration-4.patch, NonSshKeyDecoration.patch,
unknwon-key-warning.png
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira