LinuxUserConfiguration.SshPrivateKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定使用者帳戶的 SSH 私密金鑰。
[Newtonsoft.Json.JsonProperty(PropertyName="sshPrivateKey")]
public string SshPrivateKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sshPrivateKey")>]
member this.SshPrivateKey : string with get, set
Public Property SshPrivateKey As String
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
私密金鑰不得受到密碼保護。 當集區的 enableInterNodeCommunication 屬性為 true 時,私密金鑰可用來在 Linux 集區中的節點之間自動設定 SSH 的非對稱金鑰型驗證, (如果 enableInterNodeCommunication 為 false) ,則會忽略它。 它會將金鑰組放在使用者的 .ssh 目錄中,藉以這樣做。 如果未指定,則節點之間未設定無密碼 SSH, (不會修改使用者的 .ssh 目錄) 。