summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd.86
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 016e10973..cf13f1cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
13 - markus@cvs.openbsd.org 2002/03/29 18:59:32 13 - markus@cvs.openbsd.org 2002/03/29 18:59:32
14 [session.c session.h] 14 [session.c session.h]
15 retrieve last login time before the pty is allocated, store per session 15 retrieve last login time before the pty is allocated, store per session
16 - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
17 [sshd.8]
18 RSA key modulus size minimum 768; ok markus@
16 19
1720020401 2020020401
18 - (stevesk) [monitor.c] PAM should work again; will *not* work with 21 - (stevesk) [monitor.c] PAM should work again; will *not* work with
@@ -8120,4 +8123,4 @@
8120 - Wrote replacements for strlcpy and mkdtemp 8123 - Wrote replacements for strlcpy and mkdtemp
8121 - Released 1.0pre1 8124 - Released 1.0pre1
8122 8125
8123$Id: ChangeLog,v 1.2010 2002/04/02 20:35:35 mouring Exp $ 8126$Id: ChangeLog,v 1.2011 2002/04/02 20:39:29 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index b99708ef3..eb5c8f1da 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.174 2002/03/26 11:34:49 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.175 2002/03/29 19:16:22 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -1036,6 +1036,10 @@ or the
1036.Pa id_rsa.pub 1036.Pa id_rsa.pub
1037file and edit it. 1037file and edit it.
1038.Pp 1038.Pp
1039.Nm
1040enforces a minimum RSA key modulus size for protocol 1
1041and protocol 2 keys of 768 bits.
1042.Pp
1039The options (if present) consist of comma-separated option 1043The options (if present) consist of comma-separated option
1040specifications. 1044specifications.
1041No spaces are permitted, except within double quotes. 1045No spaces are permitted, except within double quotes.