Results 1 to 1 of 1
Hi fellows,
I am having troubles trying to configure rshd in a STLinux box. I can made it works in a Debian machine, but not in ST. I checked the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-10-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 1
PAM not linked in in.rshd and Permission Denied
Hi fellows,
I am having troubles trying to configure rshd in a STLinux box. I can made it works in a Debian machine, but not in ST. I checked the following configuration files:
-/etc/hosts
-/etc/hosts.equiv/allow/deny
-/root/.rhosts (which have permission 600)
`rsh stbox` works and prompts me a login, but if i try with `rsh stbox ls` I have got a "Permission denied.".
Searching on Google i found a way to make it work in Debian, i had to configure pam for rsh in promiscuous mode, but ST has not PAM and the rshd binary has no pam linked, this is the output of `ldd in.rshd`:
linux-gate.so.1 => (0x2956e000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x29580000)
libutil.so.1 => /lib/libutil.so.1 (0x295bc000)
libc.so.6 => /lib/libc.so.6 (0x295d0000)
/lib/ld-linux.so.2 (0x29558000)
Is there any way to configure rshd in promiscuous mode without PAM?,
Regards and thanks!,
Juan Manuel


Reply With Quote
