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

Reply via email to