Information
SSH protocol based service to provide secure encrypted communications between two untrusted hosts over an insecure network.
The recommended state for this setting is: Disabled or Not Installed
Note: This service is not installed by default. It is supplied with Windows, but it is installed by enabling an optional Windows feature (
OpenSSH Server
).
Hosting an SSH server from a workstation is an increased security risk, as the attack surface of that workstation is then greatly increased.
Note: This security concern applies to
any
SSH server application installed on a workstation, not just the one supplied with Windows.
Solution
Remediation of this service is currently not possible through Settings Catalog or a custom profile OMA-URI. Instead, it can be scripted and deployed through the Intune Scripts or Remediations blade or by other means.
To establish the recommended configuration via PowerShell, run the following cmdlet:
Set-Service -Name sshd -StartupType Disabled
Impact:
The workstation will not be permitted to be a SSH host server.