az-sshkeyGestisce le chiavi pubbliche SSH con le macchine virtuali. Parte di
azure-cli(noto anche comeaz). Maggiori informazioni: https://learn.microsoft.com/cli/azure/sshkey.
az sshkey create --name {{nome}} {{[-g|--resource-group]}} {{gruppo_risorse}}
az sshkey create --name {{nome}} {{[-g|--resource-group]}} {{gruppo_risorse}} --public-key "{{@percorso/verso/chiave.pub}}"
az sshkey list
az sshkey show --name {{nome}} {{[-g|--resource-group]}} {{gruppo_risorse}}