Note that ssh2 uses id_(r|d)sa.pub instead of indentity.pub

and pubkeys are now stored in /c/ssh_keys

Pointed out by: arved
Approved by:    simon(mentor)
This commit is contained in:
Josef El-Rayes 2004-02-21 15:59:56 +00:00
parent 6ae1b9e21a
commit 0f4b0e49a9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20126

View file

@ -678,11 +678,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.freebsd.o
</itemizedlist> </itemizedlist>
<para>You will almost certainly get a conflict because <para>You will almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.178 2004-01-17 19:29:55 simon Exp $</literal> (or in FreeBSD's case, of the <literal>$Id: article.sgml,v 1.179 2004-02-21 15:59:56 josef Exp $</literal> (or in FreeBSD's case,
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>) <literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
lines, so you will have to edit the file to resolve the conflict lines, so you will have to edit the file to resolve the conflict
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.178 2004-01-17 19:29:55 simon Exp $</literal> line, (remove the marker lines and the second <literal>$Id: article.sgml,v 1.179 2004-02-21 15:59:56 josef Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.178 2004-01-17 19:29:55 simon Exp $</literal> line intact).</para> leaving the original <literal>$Id: article.sgml,v 1.179 2004-02-21 15:59:56 josef Exp $</literal> line intact).</para>
</listitem> </listitem>
<listitem> <listitem>
@ -1518,18 +1518,18 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
<step> <step>
<para>Generate a key pair using &man.ssh-keygen.1;. The key <para>Generate a key pair using &man.ssh-keygen.1;. The key
pair will wind up in your pair will wind up in your
<filename><envar>$HOME</envar>/.ssh</filename> <filename><envar>$HOME</envar>/.ssh/</filename>
directory.</para> directory.</para>
</step> </step>
<step> <step>
<para>Send your public key <para>Send your public key
(<filename><envar>$HOME</envar>/.ssh/identity.pub</filename>) (<filename><envar>$HOME</envar>/.ssh/id_dsa.pub</filename>
or <filename><envar>$HOME</envar>/.ssh/id_rsa.pub</filename>)
to the person setting you up as a committer so it can be put to the person setting you up as a committer so it can be put
into your <filename>authorized_keys</filename> file in your into <filename><replaceable>yourlogin</replaceable></filename> file in
home directory on <hostid>freefall</hostid> <filename class="directory">/c/ssh-keys/</filename> on
(i.e. <hostid>freefall</hostid>.
<filename><envar>$HOME</envar>/.ssh/authorized_keys</filename>).
</para> </para>
</step> </step>
</procedure> </procedure>