summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2002-03-29 19:16:22 +0000
committerstevesk <stevesk@openbsd.org>2002-03-29 19:16:22 +0000
commit8a03b1a3bb03582f2a37e4e59003f6a01b0b986f (patch)
treecd03b95d1456f5c5a6815eacea4b6a7e6d7eff19
parentretrieve last login time before the pty is allocated, store per session (diff)
downloadwireguard-openbsd-8a03b1a3bb03582f2a37e4e59003f6a01b0b986f.tar.xz
wireguard-openbsd-8a03b1a3bb03582f2a37e4e59003f6a01b0b986f.zip
RSA key modulus size minimum 768; ok markus@
-rw-r--r--usr.bin/ssh/sshd.86
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index bcd82e0fc83..166cd11817a 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,7 +34,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.
.\"
-.\" $OpenBSD: sshd.8,v 1.174 2002/03/26 11:34:49 markus Exp $
+.\" $OpenBSD: sshd.8,v 1.175 2002/03/29 19:16:22 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -1028,6 +1028,10 @@ or the
.Pa id_rsa.pub
file and edit it.
.Pp
+.Nm
+enforces a minimum RSA key modulus size for protocol 1
+and protocol 2 keys of 768 bits.
+.Pp
The options (if present) consist of comma-separated option
specifications.
No spaces are permitted, except within double quotes.