summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2018-03-03 06:37:53 +0000
committerDamien Miller <djm@mindrot.org>2018-03-04 12:48:08 +1100
commit055e09e2212ff52067786bf6d794ca9512ff7f0c (patch)
tree59da960da9367286a97f7db050ef34a63e34eff5 /sshd.8
parent7e4fadd3248d6bb7d39d6688c76a613d35d2efc1 (diff)
upstream: Update RSA minimum modulus size to 1024. sshkey.h rev 1.18
bumped the minimum from 768 to 1024, update man page accordingly. OpenBSD-Commit-ID: 27563ab4e866cd2aac40a5247876f6787c08a338
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd.8 b/sshd.8
index 0865373f5..0d52cc50a 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd.8,v 1.295 2018/02/16 02:32:40 djm Exp $ 36.\" $OpenBSD: sshd.8,v 1.296 2018/03/03 06:37:53 dtucker Exp $
37.Dd $Mdocdate: February 16 2018 $ 37.Dd $Mdocdate: March 3 2018 $
38.Dt SSHD 8 38.Dt SSHD 8
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -453,7 +453,7 @@ or the
453file and edit it. 453file and edit it.
454.Pp 454.Pp
455.Nm 455.Nm
456enforces a minimum RSA key modulus size of 768 bits. 456enforces a minimum RSA key modulus size of 1024 bits.
457.Pp 457.Pp
458The options (if present) consist of comma-separated option 458The options (if present) consist of comma-separated option
459specifications. 459specifications.