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