Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SshConfiguration

Package version

interface

An interface representing SshConfiguration. SSH configuration.

Hierarchy

  • SshConfiguration

Index

Properties

Optional publicIPsToAllow

publicIPsToAllow: string[]
member

{string[]} [publicIPsToAllow] Allowed public IPs. List of source IP ranges to allow SSH connection from. The default value is '*' (all source IPs are allowed). Maximum number of IP ranges that can be specified is 400.

userAccountSettings

userAccountSettings: UserAccountSettings
member

{UserAccountSettings} userAccountSettings User account settings. Settings for administrator user account to be created on a node. The account can be used to establish SSH connection to the node.

Generated using TypeDoc