fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Problems with 'git pull' and key authentication


From: Mike
Subject: Re: [Fab-user] Problems with 'git pull' and key authentication
Date: Tue, 1 Jun 2010 12:47:51 -0400

You can run a ssh-agent with your key loaded in it.. and that will just prompt you for the passpharse when you load the agent. Then each ssh using that key won't prompt you

On Tue, Jun 1, 2010 at 12:39 PM, Jeff Forcier <address@hidden> wrote:
On Tue, Jun 1, 2010 at 11:56 AM, Anthony Roscoe <address@hidden> wrote:
> Jeff,
> Thanks for the quick response.
> I'm not the most familiar guy with SSH keys, but from what I understand I
> would still have to type my passphrase the moment I called "git pull" on the
> remote server, no?

Unfortunately, yes, so you'd need a passphraseless key set up
specifically for systems which need Git access. Not a great solution,
though on the other hand that setup isn't uncommon either (given the
various situations where interactivity won't ever be possible/wanted,
e.g. CI servers, cron jobs, etc).

I'm still plugging away at the interactivity issue; if I'm lucky and
it looks like I can set up something fully backwards compatible*, I'll
probably merge something into master soon (if not release an actual
1.0, though that will also be relatively soon).

Best,
Jeff


* The default user-level behavior should be the same, but the
underlying mechanism will change significantly to allow the optional
interactivity, so there's lots of chances for edge-case bugs to crop
up.

--
Jeff Forcier
Unix sysadmin; Python/Ruby developer
http://bitprophet.org

_______________________________________________
Fab-user mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/fab-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]