{"id":20962146,"url":"https://github.com/devdungeon/issh","last_synced_at":"2025-05-14T07:31:16.759Z","repository":{"id":62571854,"uuid":"189662105","full_name":"DevDungeon/issh","owner":"DevDungeon","description":"Improved SSH: Curses TUI to select SSH connection from ~/.ssh/config file","archived":false,"fork":false,"pushed_at":"2023-03-31T14:47:58.000Z","size":28,"stargazers_count":25,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T05:32:00.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevDungeon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-05-31T21:45:36.000Z","updated_at":"2024-08-11T03:18:28.000Z","dependencies_parsed_at":"2024-01-18T22:39:13.448Z","dependency_job_id":"c09d2237-12f6-4ceb-8fad-93f4e85f18a3","html_url":"https://github.com/DevDungeon/issh","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":0.07999999999999996,"last_synced_commit":"36ef4b900d9cb4d9c023a358516ed4c42d06192d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDungeon%2Fissh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDungeon%2Fissh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDungeon%2Fissh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDungeon%2Fissh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevDungeon","download_url":"https://codeload.github.com/DevDungeon/issh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254094888,"owners_count":22013653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T02:23:31.541Z","updated_at":"2025-05-14T07:31:12.292Z","avatar_url":"https://github.com/DevDungeon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# issh\n\n[![PyPI version](https://badge.fury.io/py/issh.svg)](https://pypi.org/project/issh/)\n\nImproved SSH launcher that provides a browsable\nmenu of SSH servers. Uses `~/.ssh/config`\nto generate menu.\n\nFor more tips on using SSH and the configuration file, check out [https://www.devdungeon.com/content/ssh-tips](https://www.devdungeon.com/content/ssh-tips)\n\n![Works in Windows, Mac, Linux](screenshots/screenshot1.png)\n\n## Install\n\nInstall from pypi.org using:\n\n```bash\npython -m pip install issh\n```\n\nInstall from source by running this from\nthe root of the source code directory:\n\n```bash\npython setup.py install\n```\n\n## Usage\n\nSimply run `issh` from the command line to launch\nthe menu.\n\n```bash\nissh\n```\n\nOr invoke via Python:\n\n```bash\npython -m issh\n```\n\nTo use the tool inside PYthon source code:\n\n```python\nfrom issh import ISSH\n\nissh = ISSH()\nissh.run()\n```\n\n## Controls\n\n- `Esc` or `q`: Quit\n- `Enter`, `l`, or `Right Arrow`: Connect\n- `j` or `Down Arrow`: Down\n- `k` or `Up Arrow`: Up\n- `e`: Edit SSH config file\n\nWhen using the Edit (`e`) command, it tries to use\nthe editor defined in `EDITOR` environment variable,\notherwise attempts to default to a system editor. \n\n## Troubleshooting\n\nIf you have permission errors with the `~/.ssh/config` file,\nmake sure the `.ssh/` directory has `700` permissions and\nthe `config` file has `600` permissions. Also ensure\nthe owner is correct.\n\n## Source code\n\n[https://github.com/DevDungeon/issh](https://github.com/DevDungeon/issh)\n\n## Author\n\nNanoDano \u003cnanodano@devdungeon.com\u003e\n\n## To do\n\n- On right, show the config details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdungeon%2Fissh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdungeon%2Fissh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdungeon%2Fissh/lists"}