Re: [Python-Dev] Devguide: Can I make commits from machines other than the one I generated the keys on?

2011-03-06 Thread Antoine Pitrou
On Sun, 06 Mar 2011 04:54:06 +0100
Jesus Cea j...@jcea.es wrote:
 I would rather prefer to promote the -A parameter to SSH (to use the
 local SSH agent be used from the remote development machine) instead of
 uploading private keys.

That's not a good answer to the question, since it cannot apply to
machines where you log in locally (such as a laptop you use when
travelling).

Regards

Antoine.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Devguide: Can I make commits from machines other than the one I generated the keys on?

2011-03-05 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In
http://docs.python.org/devguide/faq.html#can-i-make-commits-from-machines-other-than-the-one-i-generated-the-keys-on
I would rather prefer to promote the -A parameter to SSH (to use the
local SSH agent be used from the remote development machine) instead of
uploading private keys.

- -- 
Jesus Cea Avion _/_/  _/_/_/_/_/_/
j...@jcea.es - http://www.jcea.es/ _/_/_/_/  _/_/_/_/  _/_/
jabber / xmpp:j...@jabber.org _/_/_/_/  _/_/_/_/_/
.  _/_/  _/_/_/_/  _/_/  _/_/
Things are not so easy  _/_/  _/_/_/_/  _/_/_/_/  _/_/
My name is Dump, Core Dump   _/_/_/_/_/_/  _/_/  _/_/
El amor es poner tu felicidad en la felicidad de otro - Leibniz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQCVAwUBTXMFXplgi5GaxT1NAQJz1wP/d9sE3aJT8T9da5v7rBUcQY+7W5TupxvH
5hwvYnTgaTELH6AkxG45/yQzuP3OLppxquKlbQvLAMSpK/463UL7ip2xyihNGgo6
kAaRh0HaHal1JqosvXIs2tMj/qT7fZ61i5yW09fRFBg+fMWm1LE8kthqFfPujyNO
zLYjpCO853Y=
=VZI1
-END PGP SIGNATURE-
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Devguide: Can I make commits from machines other than the one I generated the keys on?

2011-03-05 Thread Gregory P. Smith
On Sat, Mar 5, 2011 at 7:54 PM, Jesus Cea j...@jcea.es wrote:

 In
 
 http://docs.python.org/devguide/faq.html#can-i-make-commits-from-machines-other-than-the-one-i-generated-the-keys-on
 
 I would rather prefer to promote the -A parameter to SSH (to use the
 local SSH agent be used from the remote development machine) instead of
 uploading private keys.


Using agent forwarding with ssh gives the machine you log into full access
to _all_ of your local ssh keys rather than just the python svn one
required. I'd rather not recommend that to people. Any serious user of ssh
will know the feature exists and when to prefer its use.

-gps
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com