|
openssh/PAM auth problem
upon trying to install openssh at this section
mkdir /var/empty &&
chown root:sys /var/empty &&
groupadd sshd &&
useradd -g sshd sshd
all is fine until i do :
useradd - sshd shhd
i get this error
useradd: PAM authentication failed
any help would be appriciated, let me know if any more info is need
thanks very much.
|