svn commit: r44521 - head/en_US.ISO8859-1/books/handbook/security

Dru Lavigne dru at FreeBSD.org
Thu Apr 10 19:23:42 UTC 2014


Author: dru
Date: Thu Apr 10 19:23:41 2014
New Revision: 44521
URL: http://svnweb.freebsd.org/changeset/doc/44521

Log:
  Fix redundant sentence.
  Also fix path and wording in ssh-agent example.
  
  Submitted by:	bjk
  Sponsored by:	iXsystems

Modified:
  head/en_US.ISO8859-1/books/handbook/security/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Thu Apr 10 18:05:32 2014	(r44520)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Thu Apr 10 19:23:41 2014	(r44521)
@@ -2538,8 +2538,7 @@ COPYRIGHT            100% |*************
 
         <para>Instead of using passwords, a client can be configured
 	  to connect to the remote machine
-	  using keys instead of
-	  passwords.  To generate <acronym>DSA</acronym> or
+	  using keys.  To generate <acronym>DSA</acronym> or
 	  <acronym>RSA</acronym> authentication keys, use
 	  <command>ssh-keygen</command>.  To generate a
 	  public and private key pair, specify the type of key and
@@ -2609,8 +2608,8 @@ bb:48:db:f2:93:57:80:b6:aa:bc:f5:d5:ba:8
 
 	<screen>&prompt.user; ssh-agent <replaceable>csh</replaceable>
 &prompt.user; ssh-add
-Enter passphrase for /home/user/.ssh/id_dsa: <replaceable>type passphrase here</replaceable>
-Identity added: /home/user/.ssh/id_dsa (/home/user/.ssh/id_dsa)
+Enter passphrase for key '/usr/home/user/.ssh/id_dsa': <replaceable>type passphrase here</replaceable>
+Identity added: /usr/home/user/.ssh/id_dsa (/usr/home/user/.ssh/id_dsa)
 &prompt.user;</screen>
 
 	<para>To use <command>ssh-agent</command> in


More information about the svn-doc-all mailing list