I have now set up SSH access for PyPI. The procedure works like this: 1. upload your SSH key(s) to your PyPI account. 2. Connect using 'ssh -T [email protected]', and send a single HTTP request. PyPI will associate the request with the respective PyPI account.
I have yet to figure out why Connection: keep-alive doesn't work (i.e. you need to reconnect for every request). Apart from that, please try this out and report your findings; I'm sure patches to distutils/distribute are welcome. If you find bugs, please report them to the PyPI bugtracker. Regards, Martin _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
