summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2022-09-19 21:39:17 +0000
committerDamien Miller <djm@cvs.openbsd.org>2022-09-19 21:39:17 +0000
commitfce003c432003b190c57db0b902baa0278d92510 (patch)
tree941a6ebd264ed7f5b832af61be7bcbb8aa2efbc4 /usr.bin
parentef8875f44553e23c55d9be2c970fa9ebb2e4bc91 (diff)
add RequiredRSASize to the list of keywords accepted by -o;
spotted by jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/scp.15
-rw-r--r--usr.bin/ssh/sftp.15
2 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1
index 2e96e201111..cd23f97952e 100644
--- a/usr.bin/ssh/scp.1
+++ b/usr.bin/ssh/scp.1
@@ -8,9 +8,9 @@
.\"
.\" 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
.Os
.Sh NAME
@@ -212,6 +212,7 @@ For full details of the options listed below, and their possible values, see
.It PubkeyAcceptedAlgorithms
.It PubkeyAuthentication
.It RekeyLimit
+.It RequiredRSASize
.It SendEnv
.It ServerAliveInterval
.It ServerAliveCountMax
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1
index 583a0ee1fc8..3b3f2c5a791 100644
--- a/usr.bin/ssh/sftp.1
+++ b/usr.bin/ssh/sftp.1
@@ -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.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 27 2022 $
+.Dd $Mdocdate: September 19 2022 $
.Dt SFTP 1
.Os
.Sh NAME
@@ -273,6 +273,7 @@ For full details of the options listed below, and their possible values, see
.It PubkeyAcceptedAlgorithms
.It PubkeyAuthentication
.It RekeyLimit
+.It RequiredRSASize
.It SendEnv
.It ServerAliveInterval
.It ServerAliveCountMax