[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.143 and 1.144

version 1.143, 2002/01/05 21:51:56 version 1.144, 2002/01/16 17:42:33
Line 443 
Line 443 
 .It Fl g  .It Fl g
 Allows remote hosts to connect to local forwarded ports.  Allows remote hosts to connect to local forwarded ports.
 .It Fl i Ar identity_file  .It Fl i Ar identity_file
 Selects the file from which the identity (private key) for  Selects a file from which the identity (private key) for
 RSA or DSA authentication is read.  RSA or DSA authentication is read.
 Default is  The default is
 .Pa $HOME/.ssh/identity  .Pa $HOME/.ssh/identity
 in the user's home directory.  for protocol version 1, and
   .Pa $HOME/.ssh/id_rsa
   and
   .Pa $HOME/.ssh/id_dsa
   for protocol version 2.
 Identity files may also be specified on  Identity files may also be specified on
 a per-host basis in the configuration file.  a per-host basis in the configuration file.
 It is possible to have multiple  It is possible to have multiple
Line 915 
Line 919 
 .Cm HostName  .Cm HostName
 specifications).  specifications).
 .It Cm IdentityFile  .It Cm IdentityFile
 Specifies the file from which the user's RSA or DSA authentication identity  Specifies a file from which the user's RSA or DSA authentication identity
 is read (default  is read. The default is
 .Pa $HOME/.ssh/identity  .Pa $HOME/.ssh/identity
 in the user's home directory).  for protocol version 1, and
   .Pa $HOME/.ssh/id_rsa
   and
   .Pa $HOME/.ssh/id_dsa
   for protocol version 2.
 Additionally, any identities represented by the authentication agent  Additionally, any identities represented by the authentication agent
 will be used for authentication.  will be used for authentication.
 The file name may use the tilde  The file name may use the tilde

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144