{ "info": { "author": "Oliver Ratzesberger ", "author_email": "Oliver(dot)Ratzesberger(at)gmail(dot)com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Topic :: Security :: Cryptography", "Topic :: System :: Systems Administration" ], "description": "pubkey\n======\n.. image:: https://secure.travis-ci.org/fxstein/pubkey.svg?branch=master\n :target: https://travis-ci.org/#!/fxstein/pubkey\n\nNeed to setup private/public key server connections for e.g. password less ssh\ncommunications? Tired of manually having to copy around public keys?\n\npubkey creates a RESTful endpoint and replies with the public key you want to\nshare. Default is plain text so you can use curl to download and apply the\npublic key with a single step. Optionally the key can be wrapped in a json\ndocument for other usecases.\n\nSimply run the following command on the source server:\n\n $ pubkey --auto\n # Starts the pubkey server with default settings and IP auto detection\n\n INFO: pubkey file used: /Users/xxxxx/.ssh/id_rsa.pub\n INFO: pubkey server started at http://192.168.0.36:1080\n Remote host command:\n\n curl -s -S 192.168.0.36:1080 >> ~/.ssh/authorized_keys\n\n Press ctrl-C to stop.\n\nThen copy the curl statement provide above to the terminal of the server you\nwould like to add the public key to:\n\n curl -s -S 192.168.0.36:1080 >> ~/.ssh/authorized_keys\n\nDone. If you did not get an error (e.g. unreachable host) you are all set.\n\nFor more information head over to github:\nhttps://github.com/fxstein/pubkey", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fxstein/pubkey", "keywords": "public private keys pairs security ssh rest asyncio cement", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pubkey", "package_url": "https://pypi.org/project/pubkey/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pubkey/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fxstein/pubkey" }, "release_url": "https://pypi.org/project/pubkey/0.9.6/", "requires_dist": null, "requires_python": null, "summary": "Public Key Distribution made simple.", "version": "0.9.6" }, "last_serial": 1723034, "releases": { "0.9.6": [ { "comment_text": "", "digests": { "md5": "406ae5a633ee6a4aabd8e80300a94b07", "sha256": "8c6683ee4f93f086a2c0ac34591dd956f87f871f37b7d19de643b1c855b96e7b" }, "downloads": -1, "filename": "pubkey-0.9.6.tar.gz", "has_sig": false, "md5_digest": "406ae5a633ee6a4aabd8e80300a94b07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9000, "upload_time": "2015-09-15T05:23:30", "url": "https://files.pythonhosted.org/packages/fd/e4/ecad79c077d28d5b2bb851c75e4189b06d34d974ed254a6d98f0714b691d/pubkey-0.9.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "406ae5a633ee6a4aabd8e80300a94b07", "sha256": "8c6683ee4f93f086a2c0ac34591dd956f87f871f37b7d19de643b1c855b96e7b" }, "downloads": -1, "filename": "pubkey-0.9.6.tar.gz", "has_sig": false, "md5_digest": "406ae5a633ee6a4aabd8e80300a94b07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9000, "upload_time": "2015-09-15T05:23:30", "url": "https://files.pythonhosted.org/packages/fd/e4/ecad79c077d28d5b2bb851c75e4189b06d34d974ed254a6d98f0714b691d/pubkey-0.9.6.tar.gz" } ] }