你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LinuxUserConfiguration interface
Properties used to create a user account on a Linux node.
Properties
gid | The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid. |
ssh |
The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done). |
uid | The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid. |
Property Details
gid
The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid.
gid?: number
Property Value
number
sshPrivateKey
The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done).
sshPrivateKey?: string
Property Value
string
uid
The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid.
uid?: number
Property Value
number