From HP-UX 11.31 Security Technical Implementation Guide
Part of GEN003835
Associated with IA controls: DCPP-1
Associated with: CCI-000305
The rlogind process provides a typically unencrypted, host-authenticated remote access service. SSH should be used in place of this service.
Determine if the rlogind service is installed. # cat /etc/inetd.conf | tr '\011' ' ' | tr -s ' ' | sed -e 's/^[ \t]*//' | grep -v "^#" | grep -c rlogind If rlogind is found to be installed, this is a finding.
Edit /etc/inetd.conf and comment out the rlogind service:
# vi /etc/inetd.conf
Restart the inetd service via the following command:
# inetd -c
Disable the rlogind binary:
chmod 000 /usr/lbin/rlogind
Additionally, the binary name may also be changed:
mv /usr/lbin/rlogind /usr/lbin/
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer