Skip to content

Access Control: Open SSH Server

Identifier: ssh_exposed

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp 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:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.