tags:

views:

61

answers:

1

I've followed the Tim's article (mentioned in the answer to this question), but - like many others, it seems - I'm stuck when trying do the test clone at the end. I get the fatal: the remote end hung up unexpectedly error, even though my $HOME path seems to be right.

Anyone got any pointers to where I might start for debugging this? My git and linux-fu are severely limited...

I'm aware of this answer to the same question, but it doesn't apply in my case, I don't get any messages about paths.

A: 

Just to formalize my comment:

Since you mention:

I just tried

 ssh [email protected] -p 4837

which says

Permission denied (publickey,keyboard-interactive).

it means you need to check how you define your key (probably with a pass-phrase, which might be an issue here)

VonC