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

SapSshKeyPair 类

定义

用于向 VM 进行身份验证的 SSH 密钥对。 密钥需要至少为 2048 位且采用 ssh-rsa 格式。 <br><br> 有关创建 SSH 密钥,请参阅 在 Linux 和 Mac 上为 Azure 中的 Linux VM 创建 SSH 密钥

public class SapSshKeyPair
type SapSshKeyPair = class
Public Class SapSshKeyPair
继承
SapSshKeyPair

构造函数

SapSshKeyPair()

初始化 SapSshKeyPair 的新实例。

属性

PrivateKey

SSH 私钥。

PublicKey

SSH 公钥。

适用于