summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-05 10:19:54 +1100
committerDamien Miller <djm@mindrot.org>2013-12-05 10:19:54 +1100
commitd937dc084a087090f1cf5395822c3ac958d33759 (patch)
tree75af11c515adde922a6e04617ea36194dbad9acf /ssh.1
parentdec0393f7ee8aabc7d9d0fc2c5fddb4bc649112e (diff)
- deraadt@cvs.openbsd.org 2013/11/25 18:04:21
[ssh.1 ssh.c] improve -Q usage and such. One usage change is that the option is now case-sensitive ok dtucker markus djm
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.124
1 files changed, 11 insertions, 13 deletions
diff --git a/ssh.1 b/ssh.1
index 73e208693..842affbd9 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.340 2013/11/21 00:45:44 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.341 2013/11/25 18:04:21 deraadt Exp $
37.Dd $Mdocdate: November 21 2013 $ 37.Dd $Mdocdate: November 25 2013 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -60,13 +60,13 @@
60.Op Fl p Ar port 60.Op Fl p Ar port
61.Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport 61.Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
62.Op Fl S Ar ctl_path 62.Op Fl S Ar ctl_path
63.Op Fl Q Ar cipher | Ar cipher-auth | Ar mac | Ar kex | Ar key
63.Op Fl W Ar host : Ns Ar port 64.Op Fl W Ar host : Ns Ar port
64.Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun 65.Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun
65.Oo Ar user Ns @ Oc Ns Ar hostname 66.Oo Ar user Ns @ Oc Ns Ar hostname
66.Op Ar command 67.Op Ar command
67.Ek 68.Ek
68.Nm 69.Nm
69.Fl Q Ar protocol_feature
70.Sh DESCRIPTION 70.Sh DESCRIPTION
71.Nm 71.Nm
72(SSH client) is a program for logging into a remote machine and for 72(SSH client) is a program for logging into a remote machine and for
@@ -496,23 +496,21 @@ For full details of the options listed below, and their possible values, see
496Port to connect to on the remote host. 496Port to connect to on the remote host.
497This can be specified on a 497This can be specified on a
498per-host basis in the configuration file. 498per-host basis in the configuration file.
499.It Fl Q Ar protocol_feature 499.It Fl Q Ar cipher | Ar cipher-auth | Ar mac | Ar kex | Ar key
500Queries 500Queries
501.Nm 501.Nm
502for the algorithms supported for the specified version 2 502for the algorithms supported for the specified version 2.
503.Ar protocol_feature . 503The available features are:
504The queriable features are: 504.Ar cipher
505.Dq cipher
506(supported symmetric ciphers), 505(supported symmetric ciphers),
507.Dq cipher-auth 506.Ar cipher-auth
508(supported symmetric ciphers that support authenticated encryption), 507(supported symmetric ciphers that support authenticated encryption),
509.Dq MAC 508.Ar mac
510(supported message integrity codes), 509(supported message integrity codes),
511.Dq KEX 510.Ar kex
512(key exchange algorithms), 511(key exchange algorithms),
513.Dq key 512.Ar key
514(key types). 513(key types).
515Protocol features are treated case-insensitively.
516.It Fl q 514.It Fl q
517Quiet mode. 515Quiet mode.
518Causes most warning and diagnostic messages to be suppressed. 516Causes most warning and diagnostic messages to be suppressed.