mirror of git://anongit.mindrot.org/openssh.git
upstream: make it clear that RekeyLimit applies to both transmitted
and received data. GHPR#328 from Jan Pazdziora OpenBSD-Commit-ID: d180a905fec9ff418a75c07bb96ea41c9308c3f9
This commit is contained in:
parent
17904f0580
commit
455cee8d6c
10
ssh_config.5
10
ssh_config.5
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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 $
|
.\" $OpenBSD: ssh_config.5,v 1.373 2022/06/24 04:27:14 djm Exp $
|
||||||
.Dd $Mdocdate: May 27 2022 $
|
.Dd $Mdocdate: June 24 2022 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -1532,9 +1532,9 @@ extension required for restricted
|
||||||
.Xr ssh-agent 1
|
.Xr ssh-agent 1
|
||||||
forwarding.
|
forwarding.
|
||||||
.It Cm RekeyLimit
|
.It Cm RekeyLimit
|
||||||
Specifies the maximum amount of data that may be transmitted before the
|
Specifies the maximum amount of data that may be transmitted or received
|
||||||
session key is renegotiated, optionally followed by a maximum amount of
|
before the session key is renegotiated, optionally followed by a maximum
|
||||||
time that may pass before the session key is renegotiated.
|
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
|
The first argument is specified in bytes and may have a suffix of
|
||||||
.Sq K ,
|
.Sq K ,
|
||||||
.Sq M ,
|
.Sq M ,
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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 $
|
.\" $OpenBSD: sshd_config.5,v 1.342 2022/06/24 04:27:14 djm Exp $
|
||||||
.Dd $Mdocdate: April 12 2022 $
|
.Dd $Mdocdate: June 24 2022 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -1572,9 +1572,9 @@ Specifies whether public key authentication is allowed.
|
||||||
The default is
|
The default is
|
||||||
.Cm yes .
|
.Cm yes .
|
||||||
.It Cm RekeyLimit
|
.It Cm RekeyLimit
|
||||||
Specifies the maximum amount of data that may be transmitted before the
|
Specifies the maximum amount of data that may be transmitted or received
|
||||||
session key is renegotiated, optionally followed by a maximum amount of
|
before the session key is renegotiated, optionally followed by a maximum
|
||||||
time that may pass before the session key is renegotiated.
|
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
|
The first argument is specified in bytes and may have a suffix of
|
||||||
.Sq K ,
|
.Sq K ,
|
||||||
.Sq M ,
|
.Sq M ,
|
||||||
|
|
Loading…
Reference in New Issue