Bug 314602 - [document] Provide a SSH key location preference
Summary: [document] Provide a SSH key location preference
Status: ASSIGNED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 314912 (view as bug list)
Depends on: 310204
Blocks:
  Show dependency tree
 
Reported: 2010-05-27 00:35 EDT by Thomas Hallgren CLA
Modified: 2019-02-25 14:39 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.