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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.230 and 1.231

version 1.230, 2016/04/17 14:34:46 version 1.231, 2016/05/04 12:21:53
Line 952 
Line 952 
 offers many different identities.  offers many different identities.
 The default is  The default is
 .Dq no .  .Dq no .
   .It Cm IdentityAgent
   Specifies the
   .Ux Ns -domain
   socket used to communicate with the authentication agent.
   .Pp
   This option overrides the
   .Dq SSH_AUTH_SOCK
   environment variable and can be used to select a specific agent.
   Setting the socket name to
   .Dq none
   disables the use of an authentication agent.
   .Pp
   The socket name may use the tilde
   syntax to refer to a user's home directory or one of the following
   escape characters:
   .Ql %d
   (local user's home directory),
   .Ql %u
   (local user name),
   .Ql %l
   (local host name),
   .Ql %h
   (remote host name) or
   .Ql %r
   (remote user name).
 .It Cm IdentityFile  .It Cm IdentityFile
 Specifies a file from which the user's DSA, ECDSA, Ed25519 or RSA authentication  Specifies a file from which the user's DSA, ECDSA, Ed25519 or RSA authentication
 identity is read.  identity is read.

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231