{ "info": { "author": "Alex Lowe", "author_email": "amlowe@ieee.org", "bugtrack_url": null, "classifiers": [], "description": "# SSHEd\n\nSSHEd is a small connector program that allows you to use a local text editor\nor IDE to edit files on a remote server without having to manually copy the\nfile to the local machine. More importantly, sshedit gets run from the remote\nmachine.\n\nThis means it can be used as a drop-in replacement for ed, emacs, nano, vi, etc.\non remote machines over SSH.\n\n## Installation\nFor right now, you'll need to do the following to use sshed:\n\n1. Install it on both the client and host machine.\n2. On the client machine, run sshed_client and copy the command given on stdout\n to the shell where you want to run ssh\n3. On the client machine, SSH to the host using the edssh command.\n4. On the host machine, you should now be able to use sshed as your editor,\n but only in the shell you connected via edssh.\n\n## Editors\nYou should set your $EDITOR environment variable to be a graphical\neditor that blocks the terminal until the file is closed. Some graphical text\neditors don't block the terminal by default, so check for an option that'll\ndo so. For example, kate needs to be run with the -b argument to do so.\nIn bash, you can set your editor to kate by running:\nexport EDITOR='kate -b'\nI would recommend adding that to your ~/.bashrc to keep it across sessions.\n\n## Future Versions\nQuite a few changes are planned before the 1.0 release. This section contains\nsome basic ideas of the vision for sshed.\n\n### Installation\nEventually, the installation process will look similar to the following:\n\n0. Extract the Python modules and binaries on the client.\n1. On the remote host, modify the AcceptEnv line of /etc/ssh/sshd_config to\n include the text variable \"SSHED_SOCK\". This isn't required, but it helps.\n2. In ~/.ssh/config, add a SendEnv line that sends \"SSHED_SOCK\".\n See the note below.\n3. Add sshed_client to run like ssh-agent does.\n4. If the host has sshed installed, simply ssh to the host and use sshed\n5. If sshed is not installed on the host, use edssh to SSH in.\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "GPLv3", "maintainer": "Alex Lowe", "maintainer_email": "amlowe@ieee.org", "name": "sshedit", "package_url": "https://pypi.org/project/sshedit/", "platform": "", "project_url": "https://pypi.org/project/sshedit/", "project_urls": null, "release_url": "https://pypi.org/project/sshedit/0.1/", "requires_dist": null, "requires_python": null, "summary": "", "version": "0.1" }, "last_serial": 1577674, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2c40dbde6e4c3c152be6cf8da62c5b7f", "sha256": "3d3c6fc01d92769ce96c4b2d1809375049c45b2e28747aa2c5327b5902910cbc" }, "downloads": -1, "filename": "sshedit-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2c40dbde6e4c3c152be6cf8da62c5b7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20522, "upload_time": "2015-06-04T03:19:53", "url": "https://files.pythonhosted.org/packages/77/d8/6e0489ce740821e322767ab34db6ba2aeff535dff77cb8d8d5c2d8dfd3f6/sshedit-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c40dbde6e4c3c152be6cf8da62c5b7f", "sha256": "3d3c6fc01d92769ce96c4b2d1809375049c45b2e28747aa2c5327b5902910cbc" }, "downloads": -1, "filename": "sshedit-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2c40dbde6e4c3c152be6cf8da62c5b7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20522, "upload_time": "2015-06-04T03:19:53", "url": "https://files.pythonhosted.org/packages/77/d8/6e0489ce740821e322767ab34db6ba2aeff535dff77cb8d8d5c2d8dfd3f6/sshedit-0.1.1.tar.gz" } ] }