Hello all,
I encountered a problem of rsh. When I run a rsh command, e.g. "rsh 192.168.100.42 ls". (192.168.100.42 is the ip of itself) The command can return the result successfully, but it's quit slow. And I found following message in /var/log/message:
Oct 7 01:16:49 c100c3rp2 xinetd[2968]: Bad line received from identity server at 192.168.100.42: 1023 , 514 : ERROR :NO-USER
Oct 7 01:16:49 c100c3rp2 pam_rhosts_auth[2968]: allowed to
root@c100c3rp2.ppd.pok.ibm.com as root
Oct 7 01:16:49 c100c3rp2 rsh(pam_unix)[2968]: session opened for user root by (uid=0)
Oct 7 01:16:49 c100c3rp2 in.rshd[2970]:
root@c100c3rp2.ppd.pok.ibm.com as root: cmd='ls'
Oct 7 01:16:49 c100c3rp2 rsh(pam_unix)[2968]: session closed for user root
I think it maybe a problem of my rsh setting. But I'm not very familar with rsh. Does anyone have any ideas?
Thank you very much.