Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: