summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.520
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
418The list of available ciphers may also be obtained using the 418The list of available ciphers may also be obtained using the
419.Fl Q 419.Fl Q
420option of 420option of
421.Xr ssh 1 . 421.Xr ssh 1
422with an argument of
423.Dq cipher .
422.It Cm ClientAliveCountMax 424.It Cm ClientAliveCountMax
423Sets the number of client alive messages (see below) which may be 425Sets the number of client alive messages (see below) which may be
424sent without 426sent without
@@ -760,6 +762,13 @@ ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
760diffie-hellman-group-exchange-sha256, 762diffie-hellman-group-exchange-sha256,
761diffie-hellman-group14-sha1 763diffie-hellman-group14-sha1
762.Ed 764.Ed
765.Pp
766The list of available key exchange algorithms may also be obtained using the
767.Fl Q
768option of
769.Xr ssh 1
770with an argument of
771.Dq kex .
763.It Cm KeyRegenerationInterval 772.It Cm KeyRegenerationInterval
764In protocol version 1, the ephemeral server key is automatically regenerated 773In protocol version 1, the ephemeral server key is automatically regenerated
765after this many seconds (if it has been used). 774after this many seconds (if it has been used).
@@ -878,6 +887,13 @@ hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
878umac-64@openssh.com,umac-128@openssh.com, 887umac-64@openssh.com,umac-128@openssh.com,
879hmac-sha2-256,hmac-sha2-512 888hmac-sha2-256,hmac-sha2-512
880.Ed 889.Ed
890.Pp
891The list of available MAC algorithms may also be obtained using the
892.Fl Q
893option of
894.Xr ssh 1
895with an argument of
896.Dq mac .
881.It Cm Match 897.It Cm Match
882Introduces a conditional block. 898Introduces a conditional block.
883If all of the criteria on the 899If all of the criteria on the