From 0f4b0e49a9f87c3c5f6ba6972927800e4769539a Mon Sep 17 00:00:00 2001 From: Josef El-Rayes Date: Sat, 21 Feb 2004 15:59:56 +0000 Subject: [PATCH] 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) --- .../articles/committers-guide/article.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index 85e691b38e..5464f1aaff 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -678,11 +678,11 @@ alias scvs env CVS_RSH=ssh cvs -d user@ncvs.freebsd.o You will almost certainly get a conflict because - of the $Id: article.sgml,v 1.178 2004-01-17 19:29:55 simon Exp $ (or in FreeBSD's case, + of the $Id: article.sgml,v 1.179 2004-02-21 15:59:56 josef Exp $ (or in FreeBSD's case, $FreeBSD$) lines, so you will have to edit the file to resolve the conflict - (remove the marker lines and the second $Id: article.sgml,v 1.178 2004-01-17 19:29:55 simon Exp $ line, - leaving the original $Id: article.sgml,v 1.178 2004-01-17 19:29:55 simon Exp $ line intact). + (remove the marker lines and the second $Id: article.sgml,v 1.179 2004-02-21 15:59:56 josef Exp $ line, + leaving the original $Id: article.sgml,v 1.179 2004-02-21 15:59:56 josef Exp $ line intact). @@ -1518,18 +1518,18 @@ docs:Documentation Bug:freebsd-doc: Generate a key pair using &man.ssh-keygen.1;. The key pair will wind up in your - $HOME/.ssh + $HOME/.ssh/ directory. Send your public key - ($HOME/.ssh/identity.pub) + ($HOME/.ssh/id_dsa.pub + or $HOME/.ssh/id_rsa.pub) to the person setting you up as a committer so it can be put - into your authorized_keys file in your - home directory on freefall - (i.e. - $HOME/.ssh/authorized_keys). + into yourlogin file in + /c/ssh-keys/ on + freefall.