summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-09-11 03:42:32 +0000
committerDamien Miller <djm@mindrot.org>2015-09-16 17:52:04 +1000
commitc0f55db7ee00c8202b05cb4b9ad4ce72cc45df41 (patch)
tree655beaa52174245dbfb0751168121e21d6b900ee /ssh.1
parentcfffbdb10fdf0f02d3f4232232eef7ec3876c383 (diff)
upstream commit
mention -Q key-plain and -Q key-cert; bz#2455 pointed out by Jakub Jelen Upstream-ID: c8f1f8169332e4fa73ac96b0043e3b84e01d4896
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.114
1 files changed, 9 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 2ea0a2058..495b78711 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.361 2015/07/20 18:44:12 millert Exp $ 36.\" $OpenBSD: ssh.1,v 1.362 2015/09/11 03:42:32 djm Exp $
37.Dd $Mdocdate: July 20 2015 $ 37.Dd $Mdocdate: September 11 2015 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -58,7 +58,7 @@
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 | protocol-version 61.Op Fl Q Ar query_option
62.Op Fl R Ar address 62.Op Fl R Ar address
63.Op Fl S Ar ctl_path 63.Op Fl S Ar ctl_path
64.Op Fl W Ar host : Ns Ar port 64.Op Fl W Ar host : Ns Ar port
@@ -550,7 +550,7 @@ Port to connect to on the remote host.
550This can be specified on a 550This can be specified on a
551per-host basis in the configuration file. 551per-host basis in the configuration file.
552.Pp 552.Pp
553.It Fl Q Cm cipher | cipher-auth | mac | kex | key | protocol-version 553.It Fl Q Ar query_option
554Queries 554Queries
555.Nm 555.Nm
556for the algorithms supported for the specified version 2. 556for the algorithms supported for the specified version 2.
@@ -564,7 +564,11 @@ The available features are:
564.Ar kex 564.Ar kex
565(key exchange algorithms), 565(key exchange algorithms),
566.Ar key 566.Ar key
567(key types) and 567(key types),
568.Ar key-cert
569(certificate key types),
570.Ar key-plain
571(non-certificate key types), and
568.Ar protocol-version 572.Ar protocol-version
569(supported SSH protocol versions). 573(supported SSH protocol versions).
570.Pp 574.Pp