On Fri, Jun 08, 2001 at 04:40:46PM -0300, [EMAIL PROTECTED] wrote:
>
> Hello
>
> I have installed ssh in a solaris machine, but I got some problems
> with the authentication methods. I�m using putty and ssh client for
> windows NT to communicate with the server.
>
> My ssh version is 2.5.2p2 and operational system is solaris 2.6.
>
> The problem is when I have an user with password expired, it can�t
> connect to the server using ssh client. If I try connect to server by
> normal telnet, it�s work�s fine.
>
> I would like to know how to configure the ssh server in order to
> ability the user change the password when it�s asked for. The same
> situation happening with new users when I have to type the first
> password.
Unfortunately, this feature is lacking in OpenSSH, even in the latest
version 2.9p1 and in the development CVS, unless you enable PAM handling
using configure --with-pam (and I presume put an sshd entry in /etc/pam.conf,
although I haven't tried PAM on solaris yet). I have a need for it
without PAM so I just did research on the openssh-unix-dev mailing list
archives and the OpenSSH source code and that's what I found.
- Dave Dykstra