Note to self around working with ssh. If you create your own keys, eg named id_reclaim set originally via ssh-keygen -t rsa -C me@mydomain.com, and share the key with the site you want to login to (eg.g user@wherever.com), you can specify that particular key for use in a login to the site using ssh -i id_reclaim user@wherever.com.