Hacker News new | ask | show | jobs
by thewavelength 1419 days ago
Please provide these two lines, I'd love to utilize the same pattern in the future :)
1 comments

Stuff in ~/.ssh/config which complements the git config in OP:

  Host foo.bitbucket.org
    HostName bitbucket.org
    User git
    IdentityFile ~/.ssh/foo_id
As in, for using bitbucket.org with the private key ~/.ssh/foo_id, you'd instead clone from foo.bitbucket.org:owner/repo.