The box with sshd is openSUSE 10.3, with openssh-4.6p1-58.1 installed. I
borrowed my sshd_config file from an openSUSE 10.2 box, for which everything
works fine.
I started up sshd on the 10.3 box, and tried to connect from the 10.1 box.
I get the message of the day, then I'm prompted for a password. But then I
get this error:
login: No such file or directory
and then the connection closes.
Right now in the sshd_config file, I’m using (among other choices)
PasswordAuthentication yes
ChallengeResponseAuthentication no
usepam no
uselogin yes
I can't figure out where the error is coming from; doing extra logging for
the client and the server didn't help much, though I can post that here if
it would help.
TIA,
S
Try uselogin=no.
> I can't figure out where the error is coming from; doing extra logging for
> the client and the server didn't help much, though I can post that here if
> it would help.
--
Richard Silverman
r...@qoxp.net
Thanks; that worked.