[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.331 and 1.332

version 1.331, 2013/04/07 02:10:33 version 1.332, 2013/04/19 01:06:50
Line 65 
Line 65 
 .Oo Ar user Ns @ Oc Ns Ar hostname  .Oo Ar user Ns @ Oc Ns Ar hostname
 .Op Ar command  .Op Ar command
 .Ek  .Ek
   .Nm
   .Fl Q Ar protocol_feature
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 (SSH client) is a program for logging into a remote machine and for  (SSH client) is a program for logging into a remote machine and for
Line 487 
Line 489 
 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 Ar protocol_feature
   Queries
   .Nm
   for the algorithms supported for the specified version 2
   .Ar protocol_feature .
   The queriable features are:
   .Dq cipher
   (supported symmetric ciphers),
   .Dq MAC
   (supported message integrity codes),
   .Dq KEX
   (key exchange algorithms),
   .Dq key
   (key types).
   Protocol features are treated case-insensitively.
 .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.331  
changed lines
  Added in v.1.332