summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2022-06-24 04:27:14 +0000
committerDamien Miller <djm@mindrot.org>2022-06-24 14:28:29 +1000
commit455cee8d6c2e4c48c5af9faead3599c49948411e (patch)
tree47ae6f5cebcde40b4cb8fc5505110147d36d222a /ssh_config.5
parent17904f05802988d0bb9ed3c8d1d37411e8f459c3 (diff)
downloadopenssh-git-455cee8d6c2e4c48c5af9faead3599c49948411e.tar.gz
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 'ssh_config.5')
-rw-r--r--ssh_config.510
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 052cc5c1..24a46460 100644
--- a/ssh_config.5
+++ b/ssh_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: ssh_config.5,v 1.372 2022/05/27 04:13:24 dtucker Exp $
-.Dd $Mdocdate: May 27 2022 $
+.\" $OpenBSD: ssh_config.5,v 1.373 2022/06/24 04:27:14 djm Exp $
+.Dd $Mdocdate: June 24 2022 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -1532,9 +1532,9 @@ extension required for restricted
.Xr ssh-agent 1
forwarding.
.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 ,