Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComputeInstanceSshSettings

Package version

Specifies policy and settings for SSH access.

Hierarchy

  • ComputeInstanceSshSettings

Index

Properties

Optional adminPublicKey

adminPublicKey: undefined | string

Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs.

Optional adminUserName

adminUserName: undefined | string

Describes the admin user name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional sshPort

sshPort: undefined | number

Describes the port for connecting through SSH. NOTE: This property will not be serialized. It can only be populated by the server.

Optional sshPublicAccess

sshPublicAccess: SshPublicAccess

State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.

Generated using TypeDoc