using password aging with ssh

2000-07-04 Thread thomas lakofski
Hi, Is the above possible? That is, when a user's password has expired, they should be prompted to change it somehow. Works with telnet but that seems to defeat the point entirely. The behaviour as is, is that sshd just gives access denied when the password has aged, even if the second

Re: using password aging with ssh

2000-07-04 Thread Alexander Hvostov
Thomas, The old password is requested first.. ;P Regards, Alex. --- PGP/GPG Fingerprint: EFD1 AC6C 7ED5 E453 C367 AC7A B474 16E0 758D 7ED9 -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS/CMCC/IT d- s:+ a16 C++()$ UL$ P---() L E++ W+(-) N o? K? w--() !O M- !V PS++ PE- Y+ PGP

Re: using password aging with ssh

2000-07-04 Thread Ron Rademaker
Gotten this from the release critical bugreport (last one): Package: ssh (non-US/main) Maintainer: Philip Hands [EMAIL PROTECTED] [HELP] Need fix. (RB) 51747 ssh: can't handle expired passwords 64424 ssh: ssh believes that xauth lives in /usr/openwin/bin [STRATEGY] Needs to be recompiled

Re: using password aging with ssh

2000-07-04 Thread thomas lakofski
Alex, not from what I've seen -- users just get the standard 'access denied' as if they had entered the wrong password. telnet works as expected. regards, -thomas On Tue, 4 Jul 2000, Alexander Hvostov wrote: Thomas, The old password is requested first.. ;P Regards, Alex. ---