[BACK]Return to ssh.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.1 between version 1.419 and 1.420

version 1.419, 2021/02/15 20:43:15 version 1.420, 2021/06/25 06:20:39
Line 88 
Line 88 
 .No ssh:// Oo user @ Oc hostname Op : port .  .No ssh:// Oo user @ Oc hostname Op : port .
 .Sm on  .Sm on
 The user must prove  The user must prove
 his/her identity to the remote machine using one of several methods  their identity to the remote machine using one of several methods
 (see below).  (see below).
 .Pp  .Pp
 If a  If a
Line 908 
Line 908 
 .Fl v  .Fl v
 flag).  flag).
 .Pp  .Pp
 The user creates his/her key pair by running  The user creates their key pair by running
 .Xr ssh-keygen 1 .  .Xr ssh-keygen 1 .
 This stores the private key in  This stores the private key in
 .Pa ~/.ssh/id_dsa  .Pa ~/.ssh/id_dsa
Line 942 
Line 942 
 The user should then copy the public key  The user should then copy the public key
 to  to
 .Pa ~/.ssh/authorized_keys  .Pa ~/.ssh/authorized_keys
 in his/her home directory on the remote machine.  in their home directory on the remote machine.
 The  The
 .Pa authorized_keys  .Pa authorized_keys
 file corresponds to the conventional  file corresponds to the conventional

Legend:
Removed from v.1.419  
changed lines
  Added in v.1.420