diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-02 20:39:29 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-02 20:39:29 +0000 |
commit | 0d0be02a2963db5b4d850bd42c6db1fd2347bb5d (patch) | |
tree | 17dd5eb25b1fe6ec08fc6a4b605fe439ce602bd5 /sshd.8 | |
parent | c447fee9f1e45e35bc8ca6d25fba26ad2a098f0d (diff) |
- stevesk@cvs.openbsd.org 2002/03/29 19:16:22
[sshd.8]
RSA key modulus size minimum 768; ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 @@ -1036,6 +1036,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. |