Hi
We had been asked by some client of us to enable him "rlogin" to localhost with the "-l" option something like:
"rlogin il-nms -l josef"
while il-nms is localhost and josef is the user all from root account.
well i know linux/unix staff and i did install rsh-server rpm. enabled with chkconfig the rsh, rexec and rlogin services and restarted xinetd .
i also inserted in the user home dir .rhosts with "il-nms" entry and chmod it to 644 looks all ok.When I do "su - josef " and rlogin to "il-nms" (localhost) it is working only when i try to rlogin with -l from root to the client account as i mentioned before :
[root@il-nms etc]# rlogin il-nms -l josef
I do have prompt for password!
can anyone advice why when i rlogin from root or some other user to localhost the password is not needed to be supplied only when i do it with the -l option it is not working?
The OS is RedHat linux AS 5.1
B.R
And thanks in advance
We had been asked by some client of us to enable him "rlogin" to localhost with the "-l" option something like:
"rlogin il-nms -l josef"
while il-nms is localhost and josef is the user all from root account.
well i know linux/unix staff and i did install rsh-server rpm. enabled with chkconfig the rsh, rexec and rlogin services and restarted xinetd .
i also inserted in the user home dir .rhosts with "il-nms" entry and chmod it to 644 looks all ok.When I do "su - josef " and rlogin to "il-nms" (localhost) it is working only when i try to rlogin with -l from root to the client account as i mentioned before :
[root@il-nms etc]# rlogin il-nms -l josef
I do have prompt for password!
can anyone advice why when i rlogin from root or some other user to localhost the password is not needed to be supplied only when i do it with the -l option it is not working?
The OS is RedHat linux AS 5.1
B.R
And thanks in advance