[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.340 and 1.341

version 1.340, 2013/11/21 00:45:44 version 1.341, 2013/11/25 18:04:21
Line 60 
Line 60 
 .Op Fl p Ar port  .Op Fl p Ar port
 .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 Q Ar cipher | Ar cipher-auth | Ar mac | Ar kex | Ar key
 .Op Fl W Ar host : Ns Ar port  .Op Fl W Ar host : Ns Ar port
 .Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun  .Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun
 .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  .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 496 
Line 496 
 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  .It Fl Q Ar cipher | Ar cipher-auth | Ar mac | Ar kex | Ar key
 Queries  Queries
 .Nm  .Nm
 for the algorithms supported for the specified version 2  for the algorithms supported for the specified version 2.
 .Ar protocol_feature .  The available features are:
 The queriable features are:  .Ar cipher
 .Dq cipher  
 (supported symmetric ciphers),  (supported symmetric ciphers),
 .Dq cipher-auth  .Ar cipher-auth
 (supported symmetric ciphers that support authenticated encryption),  (supported symmetric ciphers that support authenticated encryption),
 .Dq MAC  .Ar mac
 (supported message integrity codes),  (supported message integrity codes),
 .Dq KEX  .Ar kex
 (key exchange algorithms),  (key exchange algorithms),
 .Dq key  .Ar key
 (key types).  (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.340  
changed lines
  Added in v.1.341