Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-220093 | GEN003830 | SV-220093r603266_rule | Medium |
Description |
---|
The rlogind process provides a typically unencrypted, host-authenticated remote access service. SSH should be used in place of this service. Satisfies: SRG-OS-000505, SRG-OS-000555, SRG-OS-000033 |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2020-12-04 |
Check Text ( C-21802r489832_chk ) |
---|
Determine if the rlogind service is running. # svcs rlogin If the rlogin service is enabled, this is a finding. |
Fix Text (F-21801r489833_fix) |
---|
Disable the rlogind service. # svcadm disable rlogin # svcadm refresh inetd |