Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 19:23:41 +0000 (UTC)
From:      Dru Lavigne <dru@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r44521 - head/en_US.ISO8859-1/books/handbook/security
Message-ID:  <201404101923.s3AJNfZV094593@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404101923.s3AJNfZV094593>