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

Diff for /src/usr.bin/ssh/sshd.8 between version 1.60 and 1.61

version 1.60, 2000/08/02 17:27:04 version 1.61, 2000/08/17 20:06:34
Line 26 
Line 26 
 .Op Fl h Ar host_key_file  .Op Fl h Ar host_key_file
 .Op Fl k Ar key_gen_time  .Op Fl k Ar key_gen_time
 .Op Fl p Ar port  .Op Fl p Ar port
   .Op Fl u Ar len
 .Op Fl V Ar client_protocol_id  .Op Fl V Ar client_protocol_id
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
Line 211 
Line 212 
 Nothing is sent to the system log.  Nothing is sent to the system log.
 Normally the beginning,  Normally the beginning,
 authentication, and termination of each connection is logged.  authentication, and termination of each connection is logged.
   .It Fl u Ar len
   This option is used to specify the size of the field
   in the
   .Li utmp
   structure that holds the remote host name.
   If the resolved host name is longer than
   .Ar len ,
   the dotted decimal value will be used instead.
   This allows hosts with very long host names that
   overflow this field to still be uniquely identified.
   Specifying
   .Fl u0
   indicates that only dotted decimal addresses
   should be put into the
   .Pa utmp
   file.
 .It Fl Q  .It Fl Q
 Do not print an error message if RSA support is missing.  Do not print an error message if RSA support is missing.
 .It Fl V Ar client_protocol_id  .It Fl V Ar client_protocol_id

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61