You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SSH-7402 check does not properly detect an OpenSSH server running on Alpine Linux.
Version
Distribution Alpine Linux (Edge)
Lynis version 3.0.4
Expected behavior
Lynis should detect the running OpenSSH daemon.
Output
2021-06-23 12:22:21 Performing test ID SSH-7402 (Check for running SSH daemon)
2021-06-23 12:22:21 Test: Searching for a SSH daemon
2021-06-23 12:22:21 Performing pgrep scan without uid
2021-06-23 12:22:21 IsRunning: process 'sshd' not found
2021-06-23 12:22:21 Test: find service listening on TCP:22
2021-06-23 12:22:21 Result: found service listening on port 22 (TCP)
2021-06-23 12:22:21 ====
Additional context
Adding the --full argument to the IsRunning sshd call in include/tests_ssh makes it detect it.
The text was updated successfully, but these errors were encountered:
Describe the bug
The SSH-7402 check does not properly detect an OpenSSH server running on Alpine Linux.
Version
Expected behavior
Lynis should detect the running OpenSSH daemon.
Output
Additional context
Adding the
--full
argument to theIsRunning sshd
call ininclude/tests_ssh
makes it detect it.The text was updated successfully, but these errors were encountered: