diff --git a/README-SSH.md b/README-SSH.md index 36bd07e..6cf813b 100644 --- a/README-SSH.md +++ b/README-SSH.md @@ -47,7 +47,7 @@ Run: Make sure to confirm SSH signature on the Trezor device when requested. -## Accessing remote Git repositories +## Accessing remote Git/Mercurial repositories Use your SSH public key to access your remote repository (e.g. [GitHub](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/)): @@ -61,6 +61,10 @@ Replace `git` with `git_hub` for remote operations: $ git_hub push origin master +The same works for Mercurial (e.g. on [BitBucket](https://confluence.atlassian.com/bitbucket/set-up-ssh-for-mercurial-728138122.html)): + + $ trezor-agent -v -e ed25519 git@bitbucket.org -- hg push + # Troubleshooting