Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2000 21:38:00 +0000
From:      Gustavo Vieira Goncalves Coelho Rios <kernel@tdnet.com.br>
To:        questions@freebsd.org
Subject:   pam configuration
Message-ID:  <399B09B8.21ABE81E@tdnet.com.br>

next in thread | raw e-mail | index | archive | help
I am trying to logging into the system via rsh, but all i get is (from
/var/log/messages):

Aug 16 21:34:32 etosha rshd[844]: auth_pam: Conversation error
Aug 16 21:34:32 etosha rshd[844]: PAM authentication failed


Here is my /etc/pam.conf

rshd    auth    sufficient      pam_skey.so
rshd    auth    requisite       pam_cleartext_pass_ok.so       
try_first_pass
rshd    auth    required        pam_unix.so              


Here is how i am trying to connect:
grios@etosha:~$ rsh -l grios 127.0.0.1 ls
assword:Aefdf
^C
grios@etosha:~$ 


Can some one tell me why my password is being show ?
And why i cannot logging ?

Thanks a lot for your time and cooperation.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?399B09B8.21ABE81E>