On Thu, Oct 8, 2009 at 8:12 AM, SWoods <[email protected]>wrote:
> > a) When I view my installation via firefox on a different machine the > default avatars are not displaying - don't really understand that one! > If you right-click one of the avatars and choose "View Image" or equivalent: what URL is the image pointing to? > b) I am getting prompted for a password when I push to the remote > server - but I think that is an SSH key issue - Yes? > Probably, yes. To verify this on SSH level you could try SSH-ing directly to the host: ssh <gitorious_user>@<gitorious_host> This should call the gitorious script (which is the command part of the entry for your SSH public key in the Gitorious user's ~/.ssh/authorized_keys), which should respond with "Need SSH_ORIGINAL_COMMAND". If it doesn't, the public key isn't identified by SSH. - Marius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
