diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-15 03:08:27 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-15 03:08:27 +0000 |
commit | d8a9021f3652d8ab99d0fed2460420c3eb4e10a2 (patch) | |
tree | a736e9a286d99325d80815c85f3353c1fa347d82 /ChangeLog | |
parent | 06b33aa0e83163f3dcd679317afec1ee95910512 (diff) |
- markus@cvs.openbsd.org 2001/02/12 16:16:23
[auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
ssh-keygen.c sshd.8]
PermitRootLogin={yes,without-password,forced-commands-only,no}
(before this change, root could login even if PermitRootLogin==no)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -15,6 +15,11 @@ | |||
15 | 3) or the 'MACs' keyword in ssh(d)_config | 15 | 3) or the 'MACs' keyword in ssh(d)_config |
16 | 4) add hmac-{md5,sha1}-96 | 16 | 4) add hmac-{md5,sha1}-96 |
17 | ok stevesk@, provos@ | 17 | ok stevesk@, provos@ |
18 | - markus@cvs.openbsd.org 2001/02/12 16:16:23 | ||
19 | [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h | ||
20 | ssh-keygen.c sshd.8] | ||
21 | PermitRootLogin={yes,without-password,forced-commands-only,no} | ||
22 | (before this change, root could login even if PermitRootLogin==no) | ||
18 | 23 | ||
19 | 20010214 | 24 | 20010214 |
20 | - (djm) Don't try to close PAM session or delete credentials if the | 25 | - (djm) Don't try to close PAM session or delete credentials if the |
@@ -3943,4 +3948,4 @@ | |||
3943 | - Wrote replacements for strlcpy and mkdtemp | 3948 | - Wrote replacements for strlcpy and mkdtemp |
3944 | - Released 1.0pre1 | 3949 | - Released 1.0pre1 |
3945 | 3950 | ||
3946 | $Id: ChangeLog,v 1.763 2001/02/15 03:01:59 mouring Exp $ | 3951 | $Id: ChangeLog,v 1.764 2001/02/15 03:08:27 mouring Exp $ |