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
This commit is contained in:
parent
7e4fadd324
commit
055e09e221
6
sshd.8
6
sshd.8
|
@ -33,8 +33,8 @@
|
||||||
.\" (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.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd.8,v 1.295 2018/02/16 02:32:40 djm Exp $
|
.\" $OpenBSD: sshd.8,v 1.296 2018/03/03 06:37:53 dtucker Exp $
|
||||||
.Dd $Mdocdate: February 16 2018 $
|
.Dd $Mdocdate: March 3 2018 $
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -453,7 +453,7 @@ or the
|
||||||
file and edit it.
|
file and edit it.
|
||||||
.Pp
|
.Pp
|
||||||
.Nm
|
.Nm
|
||||||
enforces a minimum RSA key modulus size of 768 bits.
|
enforces a minimum RSA key modulus size of 1024 bits.
|
||||||
.Pp
|
.Pp
|
||||||
The options (if present) consist of comma-separated option
|
The options (if present) consist of comma-separated option
|
||||||
specifications.
|
specifications.
|
||||||
|
|
Loading…
Reference in New Issue