[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.290 and 1.291

version 1.290, 2010/01/11 01:39:46 version 1.291, 2010/02/08 10:50:20
Line 284 
Line 284 
 before placing itself in the background.  before placing itself in the background.
 .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 pkcs11
 Specify the device  Specify the PKCS#11 shared libarary
 .Nm  .Nm
 should use to communicate with a smartcard used for storing the user's  should use to communicate with a PKCS#11 token used for storing the user's
 private RSA key.  private RSA key.
 This option is only available if support for smartcard devices  This option is only available if support for PKCS#11
 is compiled in (default is no support).  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
Line 469 
Line 469 
 .It NumberOfPasswordPrompts  .It NumberOfPasswordPrompts
 .It PasswordAuthentication  .It PasswordAuthentication
 .It PermitLocalCommand  .It PermitLocalCommand
   .It PKCS11Provider
 .It Port  .It Port
 .It PreferredAuthentications  .It PreferredAuthentications
 .It Protocol  .It Protocol
Line 481 
Line 482 
 .It SendEnv  .It SendEnv
 .It ServerAliveInterval  .It ServerAliveInterval
 .It ServerAliveCountMax  .It ServerAliveCountMax
 .It SmartcardDevice  
 .It StrictHostKeyChecking  .It StrictHostKeyChecking
 .It TCPKeepAlive  .It TCPKeepAlive
 .It Tunnel  .It Tunnel

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.291