Forrest logo
back to context overview

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 machine
    explain this command
  • az-sshkey:tldr:8fd61 az-sshkey: List all SSH public keys.
    $ az sshkey list
    try on your machine
    explain 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 machine
    explain this command
back to context overview