[openssh-commits] [openssh] 01/01: upstream: Update RSA minimum modulus size to 1024. sshkey.h rev 1.18
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Mar 4 12:48:14 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 055e09e2212ff52067786bf6d794ca9512ff7f0c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sat Mar 3 06:37:53 2018 +0000
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
---
sshd.8 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sshd.8 b/sshd.8
index 0865373f..0d52cc50 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.295 2018/02/16 02:32:40 djm Exp $
-.Dd $Mdocdate: February 16 2018 $
+.\" $OpenBSD: sshd.8,v 1.296 2018/03/03 06:37:53 dtucker Exp $
+.Dd $Mdocdate: March 3 2018 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -453,7 +453,7 @@ or the
file and edit it.
.Pp
.Nm
-enforces a minimum RSA key modulus size of 768 bits.
+enforces a minimum RSA key modulus size of 1024 bits.
.Pp
The options (if present) consist of comma-separated option
specifications.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list