现在,我正在 Azure 自动化上创建没有公钥的 Linux VM。我的目标是在 Azure 自动化上创建带有 ssh 公钥的 Linux VM。如何从 Azure 自动化门户上的“访问”获取 ssh 公钥。
也可以尝试下面的代码:
$cert = Get-PfxCertificate -FilePath $certificate.authorized_keys
$sshKey = New-AzureSSHKey -PublicKey -Fingerprint $cert.Thumbprint -Path "/home/$un/.ssh/authorized_keys"
错误:
Add-AzureProvisioningConfig:无法绑定参数“SSHPublicKeys”。无法转换“Aazz...”