{ "info": { "author": "thilux (Thiago Santana)", "author_email": "thilux.systems@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Build Tools" ], "description": "## SSH metro client\n\nClient application to communicate and connect to SSH tunnels started by an [SSH metro server]().\n\nThe functionalities of this application is limited to request for SSH tunnels creation in an SSH metro server and connect to it via SSH.\n\n### Technology\n\nSSH metro client uses the following libraries for the specified purpose:\n\n* Requests: The famous and incredible HTTP Requests library to communicate to the SSH metro server.\n* Pexpect: To handled operating system level commands to start an SSH connection to the SSH tunnel.\n\n### Installation\n\nTo install SSH metro client, just run the following command on your machine:\n\n```\n$> pip install ssh-metro-client\n```\n\nor\n\n```\n$> pipenv install ssh-metro-client\n```\n\n### Running\n\nTo start SSH metro client, you need to specify the details of the target host you want to connect through SSH and the details of the SSH metro server. As an example, you can run a command like the below on your terminal:\n\n```\n$> ssh_metro_client user@targetmachine_host:targetmachine_port sshmetroserver_host:sshmetroserver_port\n```\n\nThe above command prompts for a password to be provided for the `user` on the target machine `targetmachine_host`. The command below, however, specifies the password for the user as part of the command:\n\n```\n$> ssh_metro_client user/password@targetmachine_host:targetmachine_port sshmetroserver_host:sshmetroserver_port\n```\n\nFor security reasons, the former is recommended.\n\n### Developers\n\nCurrently, this project is maintained and developed by:\n\n* thilux (Thiago Santana)\n\nContributions are expected and more than welcome. If you have ideas to enhance the solution, please raise and issue and specify your request. The same is required if you simply want to report bugs. If you want to contribute with code, fork the project and submit a pull request and it will be surely reviewed and happily accepted.\n\n### License\n\nCopyright 2018 Thiago Santana (thilux).\n\nLicensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thilux/ssh_metro_client", "keywords": "python pexpect ssh requests tunnel ssh-tunnel argparse", "license": "Apache 2", "maintainer": "", "maintainer_email": "", "name": "ssh_metro_client", "package_url": "https://pypi.org/project/ssh_metro_client/", "platform": "", "project_url": "https://pypi.org/project/ssh_metro_client/", "project_urls": { "Homepage": "https://github.com/thilux/ssh_metro_client" }, "release_url": "https://pypi.org/project/ssh_metro_client/0.1.2/", "requires_dist": [ "argparse", "requests", "pexpect", "argparse; extra == 'testing'", "requests; extra == 'testing'", "pexpect; extra == 'testing'" ], "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "An SSH tunnel client for SSH metro server", "version": "0.1.2" }, "last_serial": 3734969, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2b7a96f427447f113d7423855d660006", "sha256": "fc8d300da541ff5412d116a4a82ce2df0f527825c7c5ab3a2091999a16413278" }, "downloads": -1, "filename": "ssh_metro_client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2b7a96f427447f113d7423855d660006", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5090, "upload_time": "2018-03-26T20:46:42", "url": "https://files.pythonhosted.org/packages/9d/5c/a1785641c5da13e5d690ad8c5f6ab60e1672ee3b5d5b4fec4b62046d1483/ssh_metro_client-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f9b480faaa378f02450322606b7782fd", "sha256": "0c72ce622788fbbfdb41e0e30d2b3ffc140151179cca0b8e6b52b56cdc88e328" }, "downloads": -1, "filename": "ssh_metro_client-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f9b480faaa378f02450322606b7782fd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 7738, "upload_time": "2018-03-27T21:56:18", "url": "https://files.pythonhosted.org/packages/1e/6c/ce70327d98c9dc0fb25d49a22386897470b7803569c61fba98734e3508cf/ssh_metro_client-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4155836dcf251d8cac948394316c0f6c", "sha256": "b4d9768e9ef7ff0a5511c3bd05f09b5a3a1fc7e552823f5b8ca70619329fc4b0" }, "downloads": -1, "filename": "ssh_metro_client-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4155836dcf251d8cac948394316c0f6c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5315, "upload_time": "2018-03-27T21:56:19", "url": "https://files.pythonhosted.org/packages/63/4c/b8eead2fe7a811ce7a5ed238b8fdfba8b6a8d03a4c9f981f65206fb5fa5d/ssh_metro_client-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "0ac357f524e13015e470f1e796b506c7", "sha256": "b361dcd7c7fa411c7eda50bda29db559655a2db7bfda68fec841d26e64e0f066" }, "downloads": -1, "filename": "ssh_metro_client-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0ac357f524e13015e470f1e796b506c7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 7792, "upload_time": "2018-04-04T19:11:00", "url": "https://files.pythonhosted.org/packages/fb/6e/f84bd0a4ffb4804b62a6802d2e5f194f92efc5ede739f43da4d9f39e2515/ssh_metro_client-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee20f21f740f586150a0ced38d3a83f4", "sha256": "2202a460acd69ccb77c2f2c29786c9525de5c4270edfbdbdb1314621b9c3dbc7" }, "downloads": -1, "filename": "ssh_metro_client-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ee20f21f740f586150a0ced38d3a83f4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5370, "upload_time": "2018-04-04T19:11:02", "url": "https://files.pythonhosted.org/packages/e0/e5/a3798d3ce3723946db88d813a2ddb2d8d7cc7aa1e64a063c7a42c3a4ae41/ssh_metro_client-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ac357f524e13015e470f1e796b506c7", "sha256": "b361dcd7c7fa411c7eda50bda29db559655a2db7bfda68fec841d26e64e0f066" }, "downloads": -1, "filename": "ssh_metro_client-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0ac357f524e13015e470f1e796b506c7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 7792, "upload_time": "2018-04-04T19:11:00", "url": "https://files.pythonhosted.org/packages/fb/6e/f84bd0a4ffb4804b62a6802d2e5f194f92efc5ede739f43da4d9f39e2515/ssh_metro_client-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee20f21f740f586150a0ced38d3a83f4", "sha256": "2202a460acd69ccb77c2f2c29786c9525de5c4270edfbdbdb1314621b9c3dbc7" }, "downloads": -1, "filename": "ssh_metro_client-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ee20f21f740f586150a0ced38d3a83f4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5370, "upload_time": "2018-04-04T19:11:02", "url": "https://files.pythonhosted.org/packages/e0/e5/a3798d3ce3723946db88d813a2ddb2d8d7cc7aa1e64a063c7a42c3a4ae41/ssh_metro_client-0.1.2.tar.gz" } ] }