共用方式為


SshSettingPublicKey Class

Definition

Specifies a public key in the SSH settings.

public class SshSettingPublicKey
type SshSettingPublicKey = class
Public Class SshSettingPublicKey
Inheritance
SshSettingPublicKey

Constructors

SshSettingPublicKey()

Initializes a new instance of the SshSettingPublicKey class.

SshSettingPublicKey(String, String)

Initializes a new instance of the SshSettingPublicKey class with required arguments.

Properties

Fingerprint

Required. Specifies the SHA1 fingerprint of an X509 certificate associated with the hosted service that includes the SSH public key.

Path

Required. Specifies the full path of a file on the virtual machine which stores the SSH public key. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys.

Applies to