Fix redundant sentence.

Also fix path and wording in ssh-agent example.

Submitted by:	bjk
Sponsored by:	iXsystems
This commit is contained in:
Dru Lavigne 2014-04-10 19:23:41 +00:00
parent 612d506647
commit 726eb08029
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44521

View file

@ -2538,8 +2538,7 @@ COPYRIGHT 100% |*****************************| 4735
<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:8f:79:17 user@host.example.com</screen>
<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