I just found Atlassians nifty stash command line tools. Cool. Since I use custom ssh keys I configure them in ~/.ssh thusly:
Host bb
Hostname bitbucket.org
user git
IdentityFile ~/.ssh/custom_key
When I tried to issue a pull request with the stash tool (on cli) I got the following message:
error: Repository does not seem to be hosted in Stash; Remote url: bb:hippeelee/land-of-lisp-for-clojure.
I ran stash configure but it didn't offer an option to set up my ssh preferences. Anyone know of a way to use custom ssh keys with the Atlassian stash cli tool?