Specifying SSH Key

Martin Geisler mg at lazybytes.net
Mon Jul 27 07:58:03 CDT 2009


Axel Hecht <l10n.moz at googlemail.com> writes:

> You can also specify it in ~/.ssh/config, man ssh_config. I use, for
> example,
>
> Host bitbucket.org
> User hg

Related to this, I have

Host bb
HostName bitbucket.org
User hg
Compression yes

in my file -- that allows me to push to ssh://bb/mg/... type URLs.

-- 
Martin Geisler

VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.


More information about the Mercurial mailing list