가상 머신으로 SSH 공개 키를 관리.
azure-cli
의 일부 (az
라고도 함). 더 많은 정보: https://learn.microsoft.com/cli/azure/sshkey.
az sshkey create --name {{이름}} --resource-group {{리소스_그룹}}
az sshkey create --name {{이름}} --resource-group {{리소스_그룹}} --public-key "{{@path/to/key.pub}}"
az sshkey list
az sshkey show --name {{이름}} --resource-group {{리소스_그룹}}