mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-16 14:02:07 +00:00
Merge branch 'dev_ventura_issue199' into ventura
This commit is contained in:
@@ -3,7 +3,7 @@ title: "Enable SSH Server for Remote Access Sessions"
|
||||
discussion: |
|
||||
Remote access sessions _MUST_ use encrypted methods to protect unauthorized individuals from gaining access.
|
||||
check: |
|
||||
/bin/launchctl print-disabled system | /usr/bin/grep -c '"com.openssh.sshd" => false'
|
||||
/bin/launchctl print-disabled system | /usr/bin/grep -c '"com.openssh.sshd" => enabled'
|
||||
result:
|
||||
integer: 1
|
||||
fix: |
|
||||
|
||||
Reference in New Issue
Block a user