
az-sshkey
List of commands for az-sshkey:
-
az-sshkey:tldr:7cef3 az-sshkey: Show information about an SSH public key.$ az sshkey show --name ${name} --resource-group ${resource_group}try on your machineexplain this command
-
az-sshkey:tldr:8fd61 az-sshkey: List all SSH public keys.$ az sshkey listtry on your machineexplain this command
-
az-sshkey:tldr:9a96f az-sshkey: Upload an existing SSH key.$ az sshkey create --name ${name} --resource-group ${resource_group} --public-key "${@path-to-key-pub}"try on your machineexplain this command