Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread Brett Cannon
On Thu, Mar 4, 2010 at 06:16, Vinay Sajip wrote: > Jesus Cea jcea.es> writes: > > > Do you have access to any other machine vía SSH?. I would try to > > generate a new SSH key in Ubuntu. If that solves the issue connecting to > > ther machines, I would ask python commint gatekeeper to change you

Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread Vinay Sajip
Jesus Cea jcea.es> writes: > Do you have access to any other machine vía SSH?. I would try to > generate a new SSH key in Ubuntu. If that solves the issue connecting to > ther machines, I would ask python commint gatekeeper to change your SSH > commit key. Do the test against a machine you can up

Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/2010 10:06 AM, Vinay Sajip wrote: > Thanks for the response. I checked the permissions and verified them to be 600 > on ~/.ssh/id_rsa. Your suggestion to ssh -v is a good one, and it lets me in > despite there being debug messages about the k

Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread Vinay Sajip
M.-A. Lemburg egenix.com> writes: > > Try running ssh-agent in debug mode and see whether ssh has > problems connecting to it. > Hi Marc, Thanks for the suggestion. If I kill the existing agent and start a new one with -d, it works! But if I try again after starting without -d, it stops worki

Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread Vinay Sajip
Jack Diederich gmail.com> writes: > > Most of my problems with ssh are permissions related. Make sure the > directory and the individual files under .ssh are "-rw--" (it will > refuse to use them if the permissions are too permissive). If you are > getting failures trying ssh'ing in manually

Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread M.-A. Lemburg
Vinay Sajip wrote: > Jesus Cea jcea.es> writes: > >> >> I would use "ssh-agent" directly, via "ssh-add". It is what I do. >> > > Hi Jesus, > > Thanks for the response. I've tried that, with no luck. The key is added to > ssh-agent, which I verified using "ssh-add -l" - but I still get prompted

Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread Vinay Sajip
R. David Murray bitdance.com> writes: > > Is it possible that the ssh being called by the svn command can't access > your environment to find the agent? I'm not sure how that would happen, > though, unless you have a 'tunnels' section in your svn config. Or you > have something wrapping your s

Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread Vinay Sajip
Jesus Cea jcea.es> writes: > > I would use "ssh-agent" directly, via "ssh-add". It is what I do. > Hi Jesus, Thanks for the response. I've tried that, with no luck. The key is added to ssh-agent, which I verified using "ssh-add -l" - but I still get prompted for the passphrase every time. Re

Re: [python-committers] SSH keys and Keychain

2010-03-04 Thread Vinay Sajip
Alexandre Vassalotti peadrop.com> writes: > > On Wed, Mar 3, 2010 at 5:32 PM, Vinay Sajip wrote: > > I've installed Keychain and invoked it in my .bashrc, and whenever I open a > > terminal session, it tells me that it found an existing ssh-agent and the > > SSH_AUTH_SOCK and SSH_AGENT_PID seem