diff options
author | djm@openbsd.org <djm@openbsd.org> | 2014-12-22 09:05:17 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-12-22 20:05:41 +1100 |
commit | 8f6784f0cb56dc4fd00af3e81a10050a5785228d (patch) | |
tree | c0b53cd5da9e63f07e760c83332b9f7586d91969 /sshd_config.5 | |
parent | 449e11b4d7847079bd0a2daa6e3e7ea03d8ef700 (diff) |
upstream commit
mention ssh -Q feature to list supported { MAC, cipher,
KEX, key } algorithms in more places and include the query string used to
list the relevant information; bz#2288
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index b48088e41..cec2a023a 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,7 +33,7 @@ | |||
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: sshd_config.5,v 1.187 2014/12/22 08:24:17 jmc Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.188 2014/12/22 09:05:17 djm Exp $ |
37 | .Dd $Mdocdate: December 22 2014 $ | 37 | .Dd $Mdocdate: December 22 2014 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -418,7 +418,9 @@ chacha20-poly1305@openssh.com | |||
418 | The list of available ciphers may also be obtained using the | 418 | The list of available ciphers may also be obtained using the |
419 | .Fl Q | 419 | .Fl Q |
420 | option of | 420 | option of |
421 | .Xr ssh 1 . | 421 | .Xr ssh 1 |
422 | with an argument of | ||
423 | .Dq cipher . | ||
422 | .It Cm ClientAliveCountMax | 424 | .It Cm ClientAliveCountMax |
423 | Sets the number of client alive messages (see below) which may be | 425 | Sets the number of client alive messages (see below) which may be |
424 | sent without | 426 | sent without |
@@ -760,6 +762,13 @@ ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521, | |||
760 | diffie-hellman-group-exchange-sha256, | 762 | diffie-hellman-group-exchange-sha256, |
761 | diffie-hellman-group14-sha1 | 763 | diffie-hellman-group14-sha1 |
762 | .Ed | 764 | .Ed |
765 | .Pp | ||
766 | The list of available key exchange algorithms may also be obtained using the | ||
767 | .Fl Q | ||
768 | option of | ||
769 | .Xr ssh 1 | ||
770 | with an argument of | ||
771 | .Dq kex . | ||
763 | .It Cm KeyRegenerationInterval | 772 | .It Cm KeyRegenerationInterval |
764 | In protocol version 1, the ephemeral server key is automatically regenerated | 773 | In protocol version 1, the ephemeral server key is automatically regenerated |
765 | after this many seconds (if it has been used). | 774 | after this many seconds (if it has been used). |
@@ -878,6 +887,13 @@ hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com, | |||
878 | umac-64@openssh.com,umac-128@openssh.com, | 887 | umac-64@openssh.com,umac-128@openssh.com, |
879 | hmac-sha2-256,hmac-sha2-512 | 888 | hmac-sha2-256,hmac-sha2-512 |
880 | .Ed | 889 | .Ed |
890 | .Pp | ||
891 | The list of available MAC algorithms may also be obtained using the | ||
892 | .Fl Q | ||
893 | option of | ||
894 | .Xr ssh 1 | ||
895 | with an argument of | ||
896 | .Dq mac . | ||
881 | .It Cm Match | 897 | .It Cm Match |
882 | Introduces a conditional block. | 898 | Introduces a conditional block. |
883 | If all of the criteria on the | 899 | If all of the criteria on the |