Skip to content

Access Control: Open SSH Server

Identifier: ssh_exposed

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Check if the SSH server is exposed to the public.

Exposed SSH servers should be properly secured with strong authentication methods and restricted network access.

Configuration

Example

Example configuration:

---
security_tests:
  ssh_exposed:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.