diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sshd.8 | 7 |
2 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,8 @@ | |||
1 | 20070817 | ||
2 | - (dtucker) [sshd.8] Many Linux variants use a single "!" to denote locked | ||
3 | accounts and that's what the code looks for, so make man page and code | ||
4 | agree. Pointed out by Roumen Petrov. | ||
5 | |||
1 | 20070816 | 6 | 20070816 |
2 | - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated | 7 | - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated |
3 | connections too. Based on a patch from Sandro Wefel, with & ok djm@ | 8 | connections too. Based on a patch from Sandro Wefel, with & ok djm@ |
@@ -3173,4 +3178,4 @@ | |||
3173 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3178 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3174 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3179 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3175 | 3180 | ||
3176 | $Id: ChangeLog,v 1.4731 2007/08/16 13:28:04 dtucker Exp $ | 3181 | $Id: ChangeLog,v 1.4732 2007/08/16 23:42:32 dtucker Exp $ |
@@ -35,7 +35,7 @@ | |||
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.237 2007/06/07 19:37:34 pvalchev Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.237 2007/06/07 19:37:34 pvalchev Exp $ |
38 | .Dd $Mdocdate: June 7 2007 $ | 38 | .Dd $Mdocdate: June 11 2007 $ |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -302,8 +302,9 @@ on Tru64, | |||
302 | a leading | 302 | a leading |
303 | .Ql \&*LOCKED\&* | 303 | .Ql \&*LOCKED\&* |
304 | on FreeBSD and a leading | 304 | on FreeBSD and a leading |
305 | .Ql \&!! | 305 | .Ql \&! |
306 | on Linux). If there is a requirement to disable password authentication | 306 | on most Linuxes). |
307 | If there is a requirement to disable password authentication | ||
307 | for the account while allowing still public-key, then the passwd field | 308 | for the account while allowing still public-key, then the passwd field |
308 | should be set to something other than these values (eg | 309 | should be set to something other than these values (eg |
309 | .Ql NP | 310 | .Ql NP |