Re: [RFC] Adding a challenge-response authentication method to git://

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Stephen R. van den Berg <srb@...>
Cc: git <git@...>
Date: Wednesday, August 13, 2008 - 2:08 pm

"Stephen R. van den Berg" <srb@cuci.nl> wrote:

Well, anytime you get into a flat-file access list you get into
management of that list.  How do users change their own password?
How does an admin add/remove a user, or reset a password?  What
defines an admin?  Can you do these things remotely? Can you keep
the password encrypted on the remote side so an admin cannot see
a user's (common) password and maybe gain access to unrelated sites?

If you are going to keep it "really simple" you may be tempted to
say that all user additions/deletions/password changes should be
done by the admin directly editing the password list.  At which
point it may actually be easier (and safer) for the admin to just
handle a GnuPG or SSH public key.

This is why we tend to rely on SSH.  It neatly solves all of this
for us, and does it in a way that UNIX administrators are familiar
with managing.

This is also why the last discussion on this topic went down the road
of using GnuPG to handle the authentication portion of the protocol.
Unfortunately dealing with the server side keychain is a little
bit more complex then I'd like it to be out of the box, and the
client side I think is lacking something as common as ssh-agent
for caching the decrypted key.

I can see how it would be pretty simple to add authentication to
git-daemon based upon a shared secret, but such schemes always
cause management problems on both sides.
 
-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC] Adding a challenge-response authentication method to g..., Stephen R. van den Berg, (Wed Aug 13, 12:26 pm)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Wed Aug 13, 1:37 pm)
Re: [RFC] Adding a challenge-response authentication method ..., Shawn O. Pearce, (Wed Aug 13, 2:08 pm)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Wed Aug 13, 8:10 pm)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Thu Aug 14, 5:51 am)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Thu Aug 14, 3:13 am)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Thu Aug 14, 7:07 am)
Re: [RFC] Adding a challenge-response authentication method ..., Stephen R. van den Berg, (Thu Aug 14, 8:14 am)