getSSHKeys 104 B

1234567
  1. #!/bin/bash
  2. KEY_NAME="${1:?need a SSHKey name from /me}"
  3. ./ovhcli get "me/sshKey/${KEY_NAME}"
  4. exit $?