{ "info": { "author": "Andrew Crozier", "author_email": "wacrozier@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "SSH Proxy\n=========\n\nA simple tool for temporarily configuring a SOCKS proxy over an SSH dynamic\nforwarding connection.\n\nInstallation\n------------\n\nTo install:\n\n.. code-block:: bash\n\n $ pip install ssh-proxy\n\nUsage\n-----\n\nRun the SSH proxy with:\n\n.. code-block:: bash\n\n $ sshproxy hostname\n\nwhere the hostname is a valid hostname provided to the SSH command line, e.g.\n``user@domain.com``, ``100.10.100.10``. If you need to configure SSH keys etc.,\nit is recommended to do so using your ``~/.ssh/config`` file, e.g.::\n\n Host myhost\n HostName myhost.com\n User myuser\n IdentityFile ~/.ssh/myhost\n\n``networksetup`` requires enhanced permissions to run. To avoid entering your\npassword in a dialog several times, run with ``--sudo`` to run ``networksetup``\nas root:\n\n.. code-block:: bash\n\n $ sshproxy myhost --sudo\n\nFor other command line options, run:\n\n.. code-block:: bash\n\n $ sshproxy --help\n\nContribute\n----------\n\nThe source is hosted in GitHub at https://github.com/acroz/ssh-proxy.git. At\npresent the code assumes that no password needs to be entered and that the user\nis on a Mac and therefore has ``networksetup`` available. Improvements,\nincluding ridding the code of these assumptions, are welcome via pull request.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://acroz.github.io", "keywords": "ssh socks proxy", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ssh-proxy", "package_url": "https://pypi.org/project/ssh-proxy/", "platform": "", "project_url": "https://pypi.org/project/ssh-proxy/", "project_urls": { "Homepage": "https://acroz.github.io" }, "release_url": "https://pypi.org/project/ssh-proxy/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Run a SOCKS proxy over an SSH dynamic forwarding connection", "version": "0.1.2" }, "last_serial": 2576330, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2c105b43cb82967d5411f1a87c6b130e", "sha256": "94315433c2b57402d649ddaae6de97c6ad2b40e1b1bf5b9672c3d860d7616e77" }, "downloads": -1, "filename": "ssh-proxy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2c105b43cb82967d5411f1a87c6b130e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1300, "upload_time": "2017-01-15T15:59:07", "url": "https://files.pythonhosted.org/packages/72/a1/06a60b47bb2025d5af2ded4bcebfbea9ad0a14c270fe1fa5d59b832596f6/ssh-proxy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bdb7a0fa8c892f996dfe3fad75f3dd75", "sha256": "a8bf843e727a1b0798b4794e57767d6f1842fce0f15fd4c599aa9f59cc660e92" }, "downloads": -1, "filename": "ssh-proxy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bdb7a0fa8c892f996dfe3fad75f3dd75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2384, "upload_time": "2017-01-15T16:13:48", "url": "https://files.pythonhosted.org/packages/0a/12/fa13e821dd0d86e6da708350da57fd4327e5a12ce8186c794cbb0d378577/ssh-proxy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "056d6018ea5ab77d3b09c9ad758ad8be", "sha256": "e0575543ed75a46c0d9386059c787ca533a2a0039d7e95fcdf4c489d7e45a235" }, "downloads": -1, "filename": "ssh-proxy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "056d6018ea5ab77d3b09c9ad758ad8be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3400, "upload_time": "2017-01-16T00:51:14", "url": "https://files.pythonhosted.org/packages/58/57/4ec0e9c9069ab79e7edf7bfb92047969c02201263209638a2007b619c0c4/ssh-proxy-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "056d6018ea5ab77d3b09c9ad758ad8be", "sha256": "e0575543ed75a46c0d9386059c787ca533a2a0039d7e95fcdf4c489d7e45a235" }, "downloads": -1, "filename": "ssh-proxy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "056d6018ea5ab77d3b09c9ad758ad8be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3400, "upload_time": "2017-01-16T00:51:14", "url": "https://files.pythonhosted.org/packages/58/57/4ec0e9c9069ab79e7edf7bfb92047969c02201263209638a2007b619c0c4/ssh-proxy-0.1.2.tar.gz" } ] }