git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git clone ssh:// auth failiure
@ 2009-01-28  8:28 Arya, Manish Kumar
  2009-01-28  8:50 ` Steven Noonan
  2009-01-28 10:06 ` Johannes Gilger
  0 siblings, 2 replies; 3+ messages in thread
From: Arya, Manish Kumar @ 2009-01-28  8:28 UTC (permalink / raw)
  To: git

Hi,

root@dcb0:~# git clone ssh://localhost/~/testproject manish
Initialized empty Git repository in /home/marya/manish/.git/
Password:
Password:
Password:
Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive).
fatal: The remote end hung up unexpectedly

though I am providing correct ssh password but its not working.

ne help guys ?

-Manish


      

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git clone ssh:// auth failiure
  2009-01-28  8:28 git clone ssh:// auth failiure Arya, Manish Kumar
@ 2009-01-28  8:50 ` Steven Noonan
  2009-01-28 10:06 ` Johannes Gilger
  1 sibling, 0 replies; 3+ messages in thread
From: Steven Noonan @ 2009-01-28  8:50 UTC (permalink / raw)
  To: Arya, Manish Kumar; +Cc: git

On Wed, Jan 28, 2009 at 12:28 AM, Arya, Manish Kumar <m.arya@yahoo.com> wrote:
> Hi,
>
> root@dcb0:~# git clone ssh://localhost/~/testproject manish
> Initialized empty Git repository in /home/marya/manish/.git/
> Password:
> Password:
> Password:
> Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive).
> fatal: The remote end hung up unexpectedly
>
> though I am providing correct ssh password but its not working.
>
> ne help guys ?
>
> -Manish
>

This appears to be more likely a problem with your OpenSSH config than with git.

- Steven

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git clone ssh:// auth failiure
  2009-01-28  8:28 git clone ssh:// auth failiure Arya, Manish Kumar
  2009-01-28  8:50 ` Steven Noonan
@ 2009-01-28 10:06 ` Johannes Gilger
  1 sibling, 0 replies; 3+ messages in thread
From: Johannes Gilger @ 2009-01-28 10:06 UTC (permalink / raw)
  To: git

On 2009-01-28, Arya, Manish Kumar <m.arya@yahoo.com> wrote:
> root@dcb0:~# git clone ssh://localhost/~/testproject manish
You are aware that youre calling ssh as root, and that ssh will try to 
login to localhost as user "root"? A lot of sshd installations do not 
allow this by default.

> Permission denied 
> (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive).
This is an ssh-error, has nothing to do with git

Greetings, Jojo (from a Nokia N810, yuk)

-- 
Johannes Gilger <heipei@hackvalue.de>
http://hackvalue.de/heipei/
GPG-Key: 0x42F6DE81
GPG-Fingerprint: BB49 F967 775E BB52 3A81  882C 58EE B178 42F6 DE81

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-28 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28  8:28 git clone ssh:// auth failiure Arya, Manish Kumar
2009-01-28  8:50 ` Steven Noonan
2009-01-28 10:06 ` Johannes Gilger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).