你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AcceleratorSshSetting interface

SSH 身份验证的身份验证设置。

扩展

属性

authType

多态鉴别器,它指定此对象可以的不同类型的

hostKey

git 存储库的公共 SSH 密钥。

hostKeyAlgorithm

git 存储库的 SSH 密钥算法。

privateKey

git 存储库的私钥密钥算法。

属性详细信息

authType

多态鉴别器,它指定此对象可以的不同类型的

authType: "SSH"

属性值

"SSH"

hostKey

git 存储库的公共 SSH 密钥。

hostKey?: string

属性值

string

hostKeyAlgorithm

git 存储库的 SSH 密钥算法。

hostKeyAlgorithm?: string

属性值

string

privateKey

git 存储库的私钥密钥算法。

privateKey?: string

属性值

string