View | Details | Raw Unified | Return to bug 120109
Collapse All | Expand All

(-)article.sgml (-9 / +1 lines)
Lines 1681-1694 Link Here
1681
1681
1682
    <procedure>
1682
    <procedure>
1683
      <step>
1683
      <step>
1684
	<para>If you are using FreeBSD 4.0 or later,
1685
	  OpenSSH is included in the base system.
1686
	  If you are using an earlier release,
1687
	  update and install OpenSSH from the
1688
	  <filename role="package">security/openssh</filename> port.</para>
1689
      </step>
1690
1691
      <step>
1692
	<para>If you do not wish to type your password in every
1684
	<para>If you do not wish to type your password in every
1693
	  time you use &man.ssh.1;, and you use RSA or DSA keys to
1685
	  time you use &man.ssh.1;, and you use RSA or DSA keys to
1694
	  authenticate, &man.ssh-agent.1; is there for your
1686
	  authenticate, &man.ssh-agent.1; is there for your
Lines 1713-1719 Link Here
1713
	  or <filename><envar>$HOME</envar>/.ssh/id_rsa.pub</filename>)
1705
	  or <filename><envar>$HOME</envar>/.ssh/id_rsa.pub</filename>)
1714
	  to the person setting you up as a committer so it can be put
1706
	  to the person setting you up as a committer so it can be put
1715
	  into <filename><replaceable>yourlogin</replaceable></filename> file in
1707
	  into <filename><replaceable>yourlogin</replaceable></filename> file in
1716
	  <filename class="directory">/c/ssh-keys/</filename> on
1708
	  <filename class="directory">/etc/ssh-keys/</filename> on
1717
	  <hostid>freefall</hostid>.
1709
	  <hostid>freefall</hostid>.
1718
	</para>
1710
	</para>
1719
      </step>
1711
      </step>

Return to bug 120109