summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-09-12 01:30:10 +0000
committerDamien Miller <djm@mindrot.org>2018-09-12 16:49:21 +1000
commit357128ac48630a9970e3af0e6ff820300a28da47 (patch)
treee11faeddd0368f69589bb6151d8afa71b54b27ed /ssh.1
parent9405c6214f667be604a820c6823b27d0ea77937d (diff)
upstream: Add "ssh -Q sig" to allow listing supported signature
algorithms ok markus@ OpenBSD-Commit-ID: 7a8c6eb6c249dc37823ba5081fce64876d10fe2b
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.114
1 files changed, 10 insertions, 4 deletions
diff --git a/ssh.1 b/ssh.1
index 7c71ffcc2..191f35ad4 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.397 2018/09/07 01:42:54 djm Exp $ 36.\" $OpenBSD: ssh.1,v 1.398 2018/09/12 01:30:10 djm Exp $
37.Dd $Mdocdate: September 7 2018 $ 37.Dd $Mdocdate: September 12 2018 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -559,6 +559,10 @@ The available features are:
559(supported symmetric ciphers), 559(supported symmetric ciphers),
560.Ar cipher-auth 560.Ar cipher-auth
561(supported symmetric ciphers that support authenticated encryption), 561(supported symmetric ciphers that support authenticated encryption),
562.Ar help
563(supported query terms for use with the
564.Fl Q
565flag),
562.Ar mac 566.Ar mac
563(supported message integrity codes), 567(supported message integrity codes),
564.Ar kex 568.Ar kex
@@ -568,9 +572,11 @@ The available features are:
568.Ar key-cert 572.Ar key-cert
569(certificate key types), 573(certificate key types),
570.Ar key-plain 574.Ar key-plain
571(non-certificate key types), and 575(non-certificate key types),
572.Ar protocol-version 576.Ar protocol-version
573(supported SSH protocol versions). 577(supported SSH protocol versions), and
578.Ar sig
579(supported signature algorithms).
574.Pp 580.Pp
575.It Fl q 581.It Fl q
576Quiet mode. 582Quiet mode.