[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.355 and 1.356

version 1.355, 2015/01/30 11:43:14 version 1.356, 2015/03/03 06:48:58
Line 58 
Line 58 
 .Op Fl O Ar ctl_cmd  .Op Fl O Ar ctl_cmd
 .Op Fl o Ar option  .Op Fl o Ar option
 .Op Fl p Ar port  .Op Fl p Ar port
 .Op Fl Q Cm cipher | cipher-auth | mac | kex | key  .Op Fl Q Cm cipher | cipher-auth | mac | kex | key | protocol-version
 .Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport  .Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
 .Op Fl S Ar ctl_path  .Op Fl S Ar ctl_path
 .Op Fl W Ar host : Ns Ar port  .Op Fl W Ar host : Ns Ar port
Line 497 
Line 497 
 Port to connect to on the remote host.  Port to connect to on the remote host.
 This can be specified on a  This can be specified on a
 per-host basis in the configuration file.  per-host basis in the configuration file.
 .It Fl Q Cm cipher | cipher-auth | mac | kex | key  .It Fl Q Cm cipher | cipher-auth | mac | kex | key | protocol-version
 Queries  Queries
 .Nm  .Nm
 for the algorithms supported for the specified version 2.  for the algorithms supported for the specified version 2.
Line 511 
Line 511 
 .Ar kex  .Ar kex
 (key exchange algorithms),  (key exchange algorithms),
 .Ar key  .Ar key
 (key types).  (key types) and
   .Ar protocol-version
   (supported SSH protocol versions).
 .It Fl q  .It Fl q
 Quiet mode.  Quiet mode.
 Causes most warning and diagnostic messages to be suppressed.  Causes most warning and diagnostic messages to be suppressed.

Legend:
Removed from v.1.355  
changed lines
  Added in v.1.356