Skip to content

Commit 8179fed

Browse files
committed
upstream: add RequiredRSASize to the list of keywords accepted by
-o; spotted by jmc@ OpenBSD-Commit-ID: fe871408cf6f9d3699afeda876f8adbac86a035e
1 parent 5f95492 commit 8179fed

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

scp.1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
.\"
99
.\" Created: Sun May 7 00:14:37 1995 ylo
1010
.\"
11-
.\" $OpenBSD: scp.1,v 1.109 2022/04/16 00:22:31 tj Exp $
11+
.\" $OpenBSD: scp.1,v 1.110 2022/09/19 21:39:16 djm Exp $
1212
.\"
13-
.Dd $Mdocdate: April 16 2022 $
13+
.Dd $Mdocdate: September 19 2022 $
1414
.Dt SCP 1
1515
.Os
1616
.Sh NAME
@@ -212,6 +212,7 @@ For full details of the options listed below, and their possible values, see
212212
.It PubkeyAcceptedAlgorithms
213213
.It PubkeyAuthentication
214214
.It RekeyLimit
215+
.It RequiredRSASize
215216
.It SendEnv
216217
.It ServerAliveInterval
217218
.It ServerAliveCountMax

sftp.1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: sftp.1,v 1.141 2022/06/27 21:41:55 djm Exp $
1+
.\" $OpenBSD: sftp.1,v 1.142 2022/09/19 21:39:16 djm Exp $
22
.\"
33
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
44
.\"
@@ -22,7 +22,7 @@
2222
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2323
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2424
.\"
25-
.Dd $Mdocdate: June 27 2022 $
25+
.Dd $Mdocdate: September 19 2022 $
2626
.Dt SFTP 1
2727
.Os
2828
.Sh NAME
@@ -273,6 +273,7 @@ For full details of the options listed below, and their possible values, see
273273
.It PubkeyAcceptedAlgorithms
274274
.It PubkeyAuthentication
275275
.It RekeyLimit
276+
.It RequiredRSASize
276277
.It SendEnv
277278
.It ServerAliveInterval
278279
.It ServerAliveCountMax

0 commit comments

Comments
 (0)