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