git commits to Systemtap

Wenji Huang wenji.huang@oracle.com
Tue Jul 29 05:17:00 GMT 2008


Dave Nomura wrote:
> I tried what you suggested and got:
> 
> git clone ssh://dcnomura@sources.redhat.com/git/systemtap.git git-ssh
> Initialize git-ssh/.git
> Initialized empty Git repository in /home/dcn/systemtap/git/git-ssh/.git/
> Permission denied (publickey,gssapi-with-mic).
> fatal: The remote end hung up unexpectedly
> 
> I also tried the modification you suggested to .ssh/config
> 
> I tried to just ssh to sources.redhat.com and got:
> vervainp2.rchland.ibm.com% ssh dcnomura@sources.redhat.com
> Permission denied (publickey,gssapi-with-mic).
> 
> I think the ssh id_rsa.pub is not working..
> 
> Any suggestions on how to debug this problem?

In my machine, I made it work through:

* put my private key wenji.key in ~/.ssh/
* rename wenji.key to identity
* git clone ssh://wenji@sources.redhat.com/git/systemtap.git
* no change in ~/.ssh/config unless proxy needed


you can try it.

Regards,
Wenji



More information about the Systemtap mailing list