summaryrefslogtreecommitdiffstats
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2022-06-24 06:27:14 +0200
committerDamien Miller <djm@mindrot.org>2022-06-24 06:28:29 +0200
commit455cee8d6c2e4c48c5af9faead3599c49948411e (patch)
tree47ae6f5cebcde40b4cb8fc5505110147d36d222a /sshd_config.5
parentupstream: Make sure not to fclose() the same fd twice in case of an (diff)
downloadopenssh-455cee8d6c2e4c48c5af9faead3599c49948411e.tar.xz
openssh-455cee8d6c2e4c48c5af9faead3599c49948411e.zip
upstream: make it clear that RekeyLimit applies to both transmitted
and received data. GHPR#328 from Jan Pazdziora OpenBSD-Commit-ID: d180a905fec9ff418a75c07bb96ea41c9308c3f9
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.510
1 files changed, 5 insertions, 5 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index e33aedebb..867a747d6 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.341 2022/04/12 05:09:49 dtucker Exp $
-.Dd $Mdocdate: April 12 2022 $
+.\" $OpenBSD: sshd_config.5,v 1.342 2022/06/24 04:27:14 djm Exp $
+.Dd $Mdocdate: June 24 2022 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -1572,9 +1572,9 @@ Specifies whether public key authentication is allowed.
The default is
.Cm yes .
.It Cm RekeyLimit
-Specifies the maximum amount of data that may be transmitted before the
-session key is renegotiated, optionally followed by a maximum amount of
-time that may pass before the session key is renegotiated.
+Specifies the maximum amount of data that may be transmitted or received
+before the session key is renegotiated, optionally followed by a maximum
+amount of time that may pass before the session key is renegotiated.
The first argument is specified in bytes and may have a suffix of
.Sq K ,
.Sq M ,