共用方式為


SshSettingKeyPair.Path Property

Definition

Required. Specifies the full path of a file on the virtual machine which stores the SSH private key. The file is overwritten when multiple keys are written to it. The SSH public key is stored in the same directory and has the same name as the private key file with .pub suffix. Example: /home/user/.ssh/id_rsa.

public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

Property Value

Applies to