You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by mp...@apache.org on 2002/08/14 13:48:16 UTC

cvs commit: xml-forrest/src/documentation/content/xdocs/community/howto/cvs-ssh howto-cvs-ssh.xml

mpo         2002/08/14 04:48:16

  Modified:    src/documentation/content/xdocs/community/howto/cvs-ssh
                        howto-cvs-ssh.xml
  Log:
  Corrected the prompt convention typo $mkdir -> %mkdir
  Thanks to Kristof Van Cleemput (kvc@schaubroeck.be) for pointing this out.
  
  Revision  Changes    Path
  1.6       +1 -1      xml-forrest/src/documentation/content/xdocs/community/howto/cvs-ssh/howto-cvs-ssh.xml
  
  Index: howto-cvs-ssh.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/community/howto/cvs-ssh/howto-cvs-ssh.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- howto-cvs-ssh.xml	6 Jun 2002 14:32:40 -0000	1.5
  +++ howto-cvs-ssh.xml	14 Aug 2002 11:48:16 -0000	1.6
  @@ -91,7 +91,7 @@
               <source>
   $ scp ~/.ssh/id_dsa.pub userxxx@cvs.apache.org:.
   $ ssh -l userxxx -L 2401:localhost:2401 cvs.apache.org
  -$ mkdir ~/.ssh
  +% mkdir ~/.ssh
   % cat ~/id_dsa.pub >> ~/.ssh/authorized_keys2
   % rm ~/id_dsa.pub
   % chmod 600 ~/.ssh/*