次の方法で共有


LinuxUserConfiguration.SshPrivateKey プロパティ

定義

ユーザー アカウントの SSH 秘密キーを取得または設定します。

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

プロパティ値

注釈

秘密キーをパスワードで保護することはできません。 秘密キーは、プールの プロパティが true の場合に Linux プール内のノード間の SSH に対して非対称キー ベースの InterComputeNodeCommunicationEnabled 認証を自動的に構成するために使用されます (が false の場合 InterComputeNodeCommunicationEnabled は無視されます)。 これは、ユーザーの .ssh ディレクトリにキー ペアを配置することによって行われます。 指定しない場合、パスワードレス SSH はノード間で構成されません (ユーザーの .ssh ディレクトリの変更は行われません)

適用対象