upstream: add RequiredRSASize to the list of keywords accepted by

-o; spotted by jmc@

OpenBSD-Commit-ID: fe871408cf6f9d3699afeda876f8adbac86a035e
This commit is contained in:
djm@openbsd.org 2022-09-19 21:39:16 +00:00 committed by Damien Miller
parent 5f954929e9
commit 8179fed326
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

5
scp.1
View File

@ -8,9 +8,9 @@
.\" .\"
.\" Created: Sun May 7 00:14:37 1995 ylo .\" Created: Sun May 7 00:14:37 1995 ylo
.\" .\"
.\" $OpenBSD: scp.1,v 1.109 2022/04/16 00:22:31 tj Exp $ .\" $OpenBSD: scp.1,v 1.110 2022/09/19 21:39:16 djm Exp $
.\" .\"
.Dd $Mdocdate: April 16 2022 $ .Dd $Mdocdate: September 19 2022 $
.Dt SCP 1 .Dt SCP 1
.Os .Os
.Sh NAME .Sh NAME
@ -212,6 +212,7 @@ For full details of the options listed below, and their possible values, see
.It PubkeyAcceptedAlgorithms .It PubkeyAcceptedAlgorithms
.It PubkeyAuthentication .It PubkeyAuthentication
.It RekeyLimit .It RekeyLimit
.It RequiredRSASize
.It SendEnv .It SendEnv
.It ServerAliveInterval .It ServerAliveInterval
.It ServerAliveCountMax .It ServerAliveCountMax

5
sftp.1
View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.141 2022/06/27 21:41:55 djm Exp $ .\" $OpenBSD: sftp.1,v 1.142 2022/09/19 21:39:16 djm Exp $
.\" .\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\" .\"
@ -22,7 +22,7 @@
.\" (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.
.\" .\"
.Dd $Mdocdate: June 27 2022 $ .Dd $Mdocdate: September 19 2022 $
.Dt SFTP 1 .Dt SFTP 1
.Os .Os
.Sh NAME .Sh NAME
@ -273,6 +273,7 @@ For full details of the options listed below, and their possible values, see
.It PubkeyAcceptedAlgorithms .It PubkeyAcceptedAlgorithms
.It PubkeyAuthentication .It PubkeyAuthentication
.It RekeyLimit .It RekeyLimit
.It RequiredRSASize
.It SendEnv .It SendEnv
.It ServerAliveInterval .It ServerAliveInterval
.It ServerAliveCountMax .It ServerAliveCountMax