I have dotfiles saved in a public github repo, which include the path to my aws keys, which seems like a terrible thing waiting to happen.
So it's like this:
function superssh { ssh user@something -i /file/path/to/keys;}
What's a better way of doing this that improves my security?