Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314602

Summary: [document] Provide a SSH key location preference
Product: z_Archived Reporter: Thomas Hallgren <thomas>
Component: BuckminsterAssignee: buckminster.core-inbox <buckminster.core-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: henrik.lindberg
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 310204    
Bug Blocks:    

Description Thomas Hallgren CLA 2010-05-27 00:35:56 EDT
+++ This bug was initially created as a clone of Bug #310204 +++

Now that support for CVS tagging is being provided (see bug 309151), there should be a way to specify/control the location of the SSH key that is used for authentication.

Use the text in bug 310204 comment 3 as reference.
Comment 1 Henrik Lindberg CLA 2010-05-28 12:38:01 EDT
*** Bug 314912 has been marked as a duplicate of this bug. ***
Comment 2 Henrik Lindberg CLA 2011-03-05 19:04:09 EST
Added the following text:

<varlistentry>
  <term>
    <literal>org.eclipse.buckminster.core.ssh2Home</literal>
  </term>
  <listitem>
    <para><acronym>SSH</acronym> implementation home directory — this directory is searched for the <literal>known_hosts</literal> file (this preference corresponds to the “SSH2 Home” field found onthe “General” tab of the “General <symbol role="symbolfont">→</symbol> Network Connections <symbol role="symbolfont">→</symbol> SSH2” preference page).</para>
  </listitem>
</varlistentry><varlistentry>
  <term>
    <literal>org.eclipse.buckminster.core.ssh2PrivateKeys</literal>
  </term>
  <listitem>
    <para>A comma separated list of files each containing a private key to use when attempting <acronym>SSH</acronym> public key authentication (this preference corresponds to the “Private Keys” field found on the “General” tab of the “General <symbol role="symbolfont">→</symbol> NetworkConnections  <symbol role="symbolfont">→</symbol> SSH2” preference page).</para>
  </listitem>
</varlistentry>

Please review if the "org.eclipse.buckminster.core" is the correct prefix - there was no way to tell from bug 310204 where they where stated as *sshPrivateKeys* and *ssh2Home*.
Comment 3 Thomas Hallgren CLA 2011-03-06 03:45:38 EST
(In reply to comment #2)
> Please review if the "org.eclipse.buckminster.core" is the correct prefix

Yes. It's correct.