summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-05 10:20:52 +1100
committerDamien Miller <djm@mindrot.org>2013-12-05 10:20:52 +1100
commitbdb352a54f82df94a548e3874b22f2d6ae90328d (patch)
tree42f22799ec67ccffd569f889a93fd1d6d25c1f57 /ssh.1
parentd937dc084a087090f1cf5395822c3ac958d33759 (diff)
- jmc@cvs.openbsd.org 2013/11/26 12:14:54
[ssh.1 ssh.c] - put -Q in the right place - Ar was a poor choice for the arguments to -Q. i've chosen an admittedly equally poor Cm, at least consistent with the rest of the docs. also no need for multiple instances - zap a now redundant Nm - usage() sync
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.19
1 files changed, 4 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 842affbd9..fc56997f4 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.341 2013/11/25 18:04:21 deraadt Exp $ 36.\" $OpenBSD: ssh.1,v 1.342 2013/11/26 12:14:54 jmc Exp $
37.Dd $Mdocdate: November 25 2013 $ 37.Dd $Mdocdate: November 26 2013 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -58,15 +58,14 @@
58.Op Fl O Ar ctl_cmd 58.Op Fl O Ar ctl_cmd
59.Op Fl o Ar option 59.Op Fl o Ar option
60.Op Fl p Ar port 60.Op Fl p Ar port
61.Op Fl Q Cm cipher | cipher-auth | mac | kex | key
61.Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport 62.Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
62.Op Fl S Ar ctl_path 63.Op Fl S Ar ctl_path
63.Op Fl Q Ar cipher | Ar cipher-auth | Ar mac | Ar kex | Ar key
64.Op Fl W Ar host : Ns Ar port 64.Op Fl W Ar host : Ns Ar port
65.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
66.Oo Ar user Ns @ Oc Ns Ar hostname 66.Oo Ar user Ns @ Oc Ns Ar hostname
67.Op Ar command 67.Op Ar command
68.Ek 68.Ek
69.Nm
70.Sh DESCRIPTION 69.Sh DESCRIPTION
71.Nm 70.Nm
72(SSH client) is a program for logging into a remote machine and for 71(SSH client) is a program for logging into a remote machine and for
@@ -496,7 +495,7 @@ For full details of the options listed below, and their possible values, see
496Port to connect to on the remote host. 495Port to connect to on the remote host.
497This can be specified on a 496This can be specified on a
498per-host basis in the configuration file. 497per-host basis in the configuration file.
499.It Fl Q Ar cipher | Ar cipher-auth | Ar mac | Ar kex | Ar key 498.It Fl Q Cm cipher | cipher-auth | mac | kex | key
500Queries 499Queries
501.Nm 500.Nm
502for the algorithms supported for the specified version 2. 501for the algorithms supported for the specified version 2.