[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.228 and 1.229

version 1.228, 2005/12/22 11:23:42 version 1.229, 2005/12/23 14:55:53
Line 256 
Line 256 
 empty address or  empty address or
 .Sq *  .Sq *
 indicates that the port should be available from all interfaces.  indicates that the port should be available from all interfaces.
 .It Fl e Ar ch | ^ch | none  .It Fl e Ar escape_char
 Sets the escape character for sessions with a pty (default:  Sets the escape character for sessions with a pty (default:
 .Ql ~ ) .  .Ql ~ ) .
 The escape character is only recognized at the beginning of a line.  The escape character is only recognized at the beginning of a line.
Line 292 
Line 292 
 .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 smartcard_device  .It Fl I Ar smartcard_device
 Specifies which smartcard device to use.  Specify the device
 The argument is the device  
 .Nm  .Nm
 should use to communicate with a smartcard used for storing the user's  should use to communicate with a smartcard used for storing the user's
 private RSA key.  private RSA key.
   This option is only available if support for smartcard devices
   is compiled in (default is no support).
 .It Fl i Ar identity_file  .It Fl i Ar identity_file
 Selects a 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.

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229