Displaying 1 result from an estimated 1 matches for "nolgin".
Did you mean:
nologin
2004 May 17
2
password aging question
...ut still no luck.
Does password aging work with OpenSSH?
Below are my compile options and configuration file.
Many thanks
Brad
# ./configure --prefix=/opt/ssh \
> --without-pam --disable-suid-ssh --without-rsh \
> --with-lastlog=/var/adm/lastlog \
> --with-pgp --with-nologin-allow=/etc/nolgin.allow \
> --without-none --with-privsep-user=sshd \
> --with-privsep-path=/var/empty \
> --without-prng --without-rand-helper
# cat sshd_config
# $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5)...