On Wed, Jul 15, 2009 at 11:37 PM, Fritzek<[email protected]> wrote:
> Integrity server is running behind a passenger. But every time he > tries to connect to github I can find a "permission denied" in the > logs. Passenger/Apache is running as user www-data, which lives in / > var/www. There I have generated a ssh-key and put it under my account > (because I wanna have more projects on this server). To be on the save > side root gots his own ssh-key and I've put this under the account > too. On command line I can contact github as root, but not as www-data > using the ssh-keys. You say you put the ssh key under "my account," is that www-data's account? The problem seems to be that www-data is not sending any key. You can setup .ssh/config to specify which host uses which key. Check out http://github.com/guides/providing-your-ssh-key and http://github.com/guides/addressing-authentication-problems-with-ssh -- Chris Wanstrath http://github.com/defunkt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en -~----------~----~----~----~------~----~------~--~---
