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

Diff for /src/usr.bin/ssh/ssh-agent.1 between version 1.16 and 1.16.2.1

version 1.16, 2000/09/07 20:27:54 version 1.16.2.1, 2001/02/16 20:13:17
Line 42 
Line 42 
 .Nd authentication agent  .Nd authentication agent
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-agent  .Nm ssh-agent
 .Op Fl c Li | Fl s  
 .Op Fl k  
 .Oo  
 .Ar command  .Ar command
 .Op Ar args ...  .Ar args ...
 .Oc  .Nm ssh-agent
   .Op Fl c Li | Fl s
   .Nm ssh-agent
   .Fl k
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 is a program to hold private keys used for public key authentication  is a program to hold private keys used for public key authentication
Line 154 
Line 154 
 at login time.  at login time.
 .It Pa $HOME/.ssh/id_dsa  .It Pa $HOME/.ssh/id_dsa
 Contains the DSA authentication identity of the user.  Contains the DSA authentication identity of the user.
 .Pq Pa /tmp/ssh-XXXXXXXX/agent.<pid> ,  .It Pa /tmp/ssh-XXXXXXXX/agent.<pid>
 Unix-domain sockets used to contain the connection to the  Unix-domain sockets used to contain the connection to the
 authentication agent.  authentication agent.
 These sockets should only be readable by the owner.  These sockets should only be readable by the owner.
 The sockets should get automatically removed when the agent exits.  The sockets should get automatically removed when the agent exits.
 .El  .El
 .Sh AUTHOR  .Sh AUTHORS
 Tatu Ylonen <ylo@cs.hut.fi>  OpenSSH is a derivative of the original and free
 .Pp  ssh 1.2.12 release by Tatu Ylonen.
 OpenSSH  Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
 is a derivative of the original (free) ssh 1.2.12 release, but with bugs  Theo de Raadt and Dug Song
 removed and newer features re-added.  removed many bugs, re-added newer features and
 Rapidly after the 1.2.12 release,  created OpenSSH.
 newer versions bore successively more restrictive licenses.  Markus Friedl contributed the support for SSH
 This version of OpenSSH  protocol versions 1.5 and 2.0.
 .Bl -bullet  
 .It  
 has all components of a restrictive nature (i.e., patents, see  
 .Xr ssl 8 )  
 directly removed from the source code; any licensed or patented components  
 are chosen from  
 external libraries.  
 .It  
 has been updated to support ssh protocol 1.5.  
 .It  
 contains added support for  
 .Xr kerberos 8  
 authentication and ticket passing.  
 .It  
 supports one-time password authentication with  
 .Xr skey 1 .  
 .El  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ssh 1 ,  .Xr ssh 1 ,
 .Xr ssh-add 1 ,  .Xr ssh-add 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
 .Xr sshd 8 ,  .Xr sshd 8
 .Xr ssl 8  

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.2.1