{"id":13894994,"url":"https://github.com/elliot40404/ssm","last_synced_at":"2025-04-12T05:14:39.090Z","repository":{"id":189557757,"uuid":"680872440","full_name":"elliot40404/ssm","owner":"elliot40404","description":"Simple SSH Manager","archived":false,"fork":false,"pushed_at":"2023-09-17T21:05:27.000Z","size":2599,"stargazers_count":45,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T05:14:26.868Z","etag":null,"topics":["cli","devops","golang","ssh","tools"],"latest_commit_sha":null,"homepage":"","language":"Go","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/elliot40404.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}},"created_at":"2023-08-20T17:21:54.000Z","updated_at":"2025-03-09T19:13:50.000Z","dependencies_parsed_at":"2024-01-07T21:02:32.006Z","dependency_job_id":"6761f12f-5967-47d4-81e5-a78441d1bdcc","html_url":"https://github.com/elliot40404/ssm","commit_stats":null,"previous_names":["elliot40404/ssm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliot40404%2Fssm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliot40404%2Fssm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliot40404%2Fssm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliot40404%2Fssm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliot40404","download_url":"https://codeload.github.com/elliot40404/ssm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519556,"owners_count":21117761,"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":["cli","devops","golang","ssh","tools"],"created_at":"2024-08-06T18:01:54.940Z","updated_at":"2025-04-12T05:14:39.062Z","avatar_url":"https://github.com/elliot40404.png","language":"Go","funding_links":[],"categories":["Go","\u003ca name=\"networking\"\u003e\u003c/a\u003eNetworking"],"sub_categories":[],"readme":"# SSM - Simple SSH Manager\n\n```\n _____ _____ _____\n|   __|   __|     |\n|__   |__   | | | |\n|_____|_____|_|_|_|\n\nSSM - SIMPLE SSH MANAGER\n                      - Elliot\n```\n\n## About\n\nI am learning Go and wanted to make something useful. I have a lot of servers that I need to SSH into and I wanted a way to manage them, so I decided to make a simple SSH manager.\n\n\u003e NOTE\n\u003e This is still a work in progress so there may be bugs. Please feel free to report them\n\n## Installation\n\n```\ngo install github.com/elliot40404/ssm/cmd/ssm@latest\n```\n\nOR download the binary from the [releases](https://github.com/elliot40404/ssm/releases/latest)\n\nOR go the docker way\n\n\u003e NOTE:\n\u003e You will need to mount your ssh directory to the container\n\u003e You can do this by adding `-v \u003cpath to ssh dir\u003e:/root/.ssh` to the docker command\n\u003e You need to run this in an interactive terminal\n\n```sh\ndocker run --rm  -it -v C:/Users/elliot/.ssh:/root/.ssh elliot404/ssm --help\n```\n\n## Directory structure\n\n```\n/home/elliot/.ssh\n├── config *\n├── config.d *\n│   ├── compute\n│   └── homelab\n├── known_hosts\n├── id_rsa // private key **\n└── id_rsa.pub // public key **\n```\n\n\u003e `*` - Required\n\n\u003e `**` SSH keys are not required if you use password authorization\n\n\u003e SSH keys can be generated with [ssh-keygen](https://www.ssh.com/academy/ssh/config)\n\n## Config file `~/.ssh/config`\n\n```\n# WORK SERVERS\nInclude config.d/compute\n\n# HOME SERVERS\nInclude config.d/homelab\n```\n\n## Example file in config.d `~/.ssh/config.d/compute`\n\n```\nHost compute\n  HostName 192.168.0.110\n  IdentityFile ~/.ssh/id_rsa\n  User ubuntu\n  Port 4444\n```\n\n## Usage\n\n```\nNAME:\n   ssm - ssh config manager\n\nUSAGE:\n   ssm [global options] command [command options] [arguments...]\n\nVERSION:\n   0.1.0\n\nAUTHOR:\n   Elliot \u003cadmin@elliot404.com\u003e\n\nCOMMANDS:\n   list, ls  list available ssh configs\n   add       add new ssh config\n   print     print ssh config\n   edit, e   edit ssh config\n   help, h   Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help\n   --version, -v  print the version\n```\n\n## TODO\n\n-   [ ] Remove config\n-   [ ] Add support for password authentication\n-   [ ] ssh-keygen wrapper\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliot40404%2Fssm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliot40404%2Fssm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliot40404%2Fssm/lists"}