On Thu, Jan 5, 2012 at 11:46 AM, Omar Gonzalez <omarg.develo...@gmail.com> wrote: > Bertrand: >> SSH keys work for ssh mys...@people.apache.org, not sure if they're >> used for anything else that committers do. >> >... > I tried putting a .ssh folder with my public key in it but SSH'ing into the > server still asks me for a password even though the key is there. Not a big > deal, I don't want to spend a bunch of time trying to figure this out, its > more of a convenience thing...
ssh -v yours...@people.apache.org might help find out what's wrong. -Bertrand