{"id":23181746,"url":"https://github.com/itachi1621/ssh-manager","last_synced_at":"2025-08-18T13:34:03.414Z","repository":{"id":208135128,"uuid":"625115223","full_name":"itachi1621/ssh-manager","owner":"itachi1621","description":"simple bash script SSH connection manager , that allows you to easily manage your SSH connections via the Terminal without having to remember IP/hosts, ports , etc.","archived":false,"fork":false,"pushed_at":"2024-11-03T19:49:54.000Z","size":33,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-03T20:28:21.987Z","etag":null,"topics":["bash","bash-script","bashscripting","cli","linux","linux-shell","remote-control","secure-shell","shell","shell-script","shell-scripting","ssh","ssh-client","terminal","terminal-based","ubuntu","ubunutu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itachi1621.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-08T05:39:46.000Z","updated_at":"2024-11-03T19:49:57.000Z","dependencies_parsed_at":"2024-11-03T20:23:50.525Z","dependency_job_id":"e5dab2a7-a4a5-48ad-af7e-1868d551a9c0","html_url":"https://github.com/itachi1621/ssh-manager","commit_stats":null,"previous_names":["itachi1621/ssh-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2Fssh-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2Fssh-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2Fssh-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2Fssh-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itachi1621","download_url":"https://codeload.github.com/itachi1621/ssh-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230238219,"owners_count":18194990,"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":["bash","bash-script","bashscripting","cli","linux","linux-shell","remote-control","secure-shell","shell","shell-script","shell-scripting","ssh","ssh-client","terminal","terminal-based","ubuntu","ubunutu"],"created_at":"2024-12-18T08:17:52.774Z","updated_at":"2024-12-18T08:17:53.351Z","avatar_url":"https://github.com/itachi1621.png","language":"Shell","readme":"# ssh-manager\n\nThis script is a simple CLI (Command Line Interface) SSH connection manager ,you can easily manage your SSH connections via the CLI\nwithout having to remember ip/hosts, ports , etc.\n\n\n## Features\n- Easily manage your SSH connections and connect to them quickly.\n- Add new SSH connections.\n- Edit exsisting SSH connections\n- Delete old SSH connections.\n\n## Requirements\n- SSH Client\n- Bash (version 4.0 or later)\n\n## Installation\n\n1. Clone the repository: \n``` \n\ngit clone https://github.com/itachi1621/ssh-manager.git \n\n```\n2. Move into the cloned directory with \n\n``` \n\ncd ssh-manager\n\n```\n3. Make the script executable with\n\n``` \n\nchmod +x ssh-manager.sh\n\n```\n4. Execute the script using\n\n``` \n\n./ssh-manager.sh \n\n```\n\n## Optional Install To System\n\n### To make available globally only to current user\n\n```\ncp ssh-manager.sh $HOME/.local/bin/ssh-manager\n\n```\n\n### To make available globally to all users\n\n```\nsudo cp ssh-manager.sh /usr/local/bin/ssh-manager\n\n```\n\n## Screenshots\n\n**Main Menu**\n\n\n![SSH Manager Menu](https://github.com/itachi1621/ssh-manager/assets/62318474/e28b12ea-6fcf-44f3-80eb-614d46cf0886)\n\n\n**Add New SSH Connection**\n\n![SSH Manager Add](https://user-images.githubusercontent.com/62318474/230812732-a9550f4a-6fd7-4f6c-b24c-cd440288e670.png)\n\n\n**Edit SSH Connection**\n\n![SSH Manager Edit](https://github.com/itachi1621/ssh-manager/assets/62318474/fef91e0e-1db7-4606-bf0e-1e8727a147e6)\n\n\n**Connect to saved SSH Connection**\n\n![SSH Manager Connect](https://user-images.githubusercontent.com/62318474/230813252-e3a6178f-2202-4ccf-88df-ca7bbb6ebaa6.png)\n\n**List saved SSH connections**\n\n![SSH Manager Saved Connections](https://user-images.githubusercontent.com/62318474/230813682-cd26cd01-5555-47c1-9cb4-013f96babb79.png)\n\n**Delete a saved SSH connection**\n\n![SSH Manager Delete Connection](https://user-images.githubusercontent.com/62318474/230813990-8376c235-2585-4455-92e0-5b8cfb0d2275.png)\n\n## Tested On\n\n- Ubuntu Server 22.04 LTS\n- Ubuntu 22.04 LTS\n- Ubuntu Server 20.04 LTS\n- Debian 12\n\n## License\nThis script is licensed under the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi1621%2Fssh-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitachi1621%2Fssh-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi1621%2Fssh-manager/lists"}