次の方法で共有


SshSettingKeyPair.Path プロパティ

定義

必須。 SSH 秘密キーを格納する仮想マシン上のファイルの完全パスを指定します。 複数のキーが書き込まれると、ファイルが上書きされます。 SSH 公開キーは同じディレクトリに格納され、.pub サフィックスを持つ秘密キー ファイルと同じ名前を持ちます。 例: /home/user/.ssh/id_rsa。

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

プロパティ値

適用対象