Thread (1 message) 1 message, 1 author, 2016-06-15

Re: GIT over ssh with identity file

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:05

oliverw [off-list ref] writes:
Forgive me if this has been answered before. I've searched everywhere but
couldn't find a solution.

Is it somehow possible to pass your private key file to git when working
over ssh. What I have in mind would be something like this:

git -i /path/to/private/key clone ssh://homer@foo.bar.com/var/git/repos.git 
I think the standard way people use for things like this is something
along the lines of...

    $ cat >>$HOME/.ssh/config <<\EOF
    Host homer-at-foo
      Hostname foo.bar.com
      User homer
      IdentityFile ~/.ssh/homer-at-foo.pub
    EOF
    $ git clone homer-at-foo:/var/git/repos.git
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help