{"id":13876212,"url":"https://github.com/hpello/sshmon","last_synced_at":"2026-01-11T23:01:13.459Z","repository":{"id":44309188,"uuid":"132333404","full_name":"hpello/sshmon","owner":"hpello","description":"Manage and monitor SSH connections.","archived":false,"fork":false,"pushed_at":"2025-12-30T22:39:14.000Z","size":1086,"stargazers_count":203,"open_issues_count":1,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-03T21:47:41.501Z","etag":null,"topics":["autossh","devops","monitor","ssh","sysadmin","tunnel"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/hpello.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-05-06T11:47:42.000Z","updated_at":"2025-12-30T22:39:17.000Z","dependencies_parsed_at":"2023-11-19T23:25:02.490Z","dependency_job_id":"85e3863b-a562-4702-a7c7-8b6800e0653d","html_url":"https://github.com/hpello/sshmon","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hpello/sshmon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpello%2Fsshmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpello%2Fsshmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpello%2Fsshmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpello%2Fsshmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hpello","download_url":"https://codeload.github.com/hpello/sshmon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpello%2Fsshmon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["autossh","devops","monitor","ssh","sysadmin","tunnel"],"created_at":"2024-08-06T06:01:09.546Z","updated_at":"2026-01-11T23:01:13.439Z","avatar_url":"https://github.com/hpello.png","language":"TypeScript","readme":"# SSHMon\n\nSSHMon is a program designed to manage and monitor ssh connections.\nIt has been tested on Linux and OSX with SSH \u0026geq; 6.7.\n\n![gui-sample.png](https://s7.postimg.cc/elzqf92gp/gui-sample.png)\n\n## How it works\n\nSSHMon builds on top of the SSH \"Control Master\" feature, that facilitates port forwarding setup.\n\n## Disclaimer\n\n- SSHMon Features (e.g. SSH host definition and connection) are exposed through the GUI. As a consequence, extreme care should be taken to make sure it is only reachable by you. Use at your own risk.\n- SSHMon is still at an early stage of development, as a result some things might not work and we might introduce some breaking changes... Any feedback will be greatly appreciated!\n\n## Features\n\n- Nice GUI\n- SSH port/socket forwarding management\n- Configuration with YAML file\n- Automatic start and retry of connection and port forwarding\n- HTTP forwarding\n\n## Get started\n\nDownload the [latest release](https://github.com/hpello/sshmon/releases/latest) of SSHMon for your system and unpack it. Run the `sshmon` binary:\n\n```bash\n./sshmon\n```\n\nThen you can access the web GUI at \u003chttp://localhost:8377\u003e.\n\nGo and have a look at the [Tutorial](docs/tutorial.md) to set up your first host!\n\n### Build from source\n\n```bash\nyarn\nyarn build\nyarn start\n```\n\n## Configure\n\nYou can set up SSH connections through the GUI or with a configuration file.\n\nBy default, SSHMon will create a config file located at `~/.sshmon/config.yml`.\nYou also may specify your own configuration file on the command line.\n\nHead over to the [Configuration](docs/configuration.md) page for more details.\n\n## Logging\n\nLogging is handled by the [bunyan](https://github.com/trentm/node-bunyan) library. A `bunyan` process is launched along with SSHMon and writes logs to stderr.\n\nBy default, if stderr is a TTY, the logs are pretty-printed, else they are written in a JSON format.\nYou may use the `BUNYAN_OPTS` environment variable to choose which args are passed to the `bunyan` process, e.g.:\n\n```bash\nBUNYAN_OPTS='-l debug' ./sshmon\n```\n\n## Test\n\nDocker and docker-compose are required.\n\nYou may run the test suite with:\n\n```bash\nyarn test\n```\n\n## Troubleshooting\n\n- So far, only public/private key authentication is supported.\n- Before trying to connect to a host through SSHMon, make sure you can connect to it with SSH on the command line.\n\n## Built with\n\nSSHMon was developped thanks to the following projects (this list is not exhaustive!):\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [React](https://reactjs.org/)\n- [Redux](https://redux.js.org/)\n- [Bulma](https://bulma.io/)\n- [Bulmaswatch](https://jenil.github.io/bulmaswatch/)\n- [Socket.IO](https://socket.io/)\n- [Bunyan](https://github.com/trentm/node-bunyan)\n- [pkg](https://github.com/zeit/pkg)\n\n## TODO\n\n- Allow to change GUI address\n- Offer multiple GUI themes\n- Allow custom global SSH config options\n- Use BatchMode for `ProxyJump` SSH hosts\n","funding_links":[],"categories":["TypeScript","devops","Apps"],"sub_categories":["Web"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpello%2Fsshmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhpello%2Fsshmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpello%2Fsshmon/lists"}