{"id":34232556,"url":"https://github.com/wuchihsu/go-ssh-web-client","last_synced_at":"2026-03-13T15:30:31.467Z","repository":{"id":45154650,"uuid":"460403136","full_name":"wuchihsu/go-ssh-web-client","owner":"wuchihsu","description":"A simple SSH web client using Go, WebSocket and Xterm.js.","archived":false,"fork":false,"pushed_at":"2022-11-17T17:58:54.000Z","size":177,"stargazers_count":50,"open_issues_count":6,"forks_count":20,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-19T05:59:39.670Z","etag":null,"topics":["go","ssh","websocket","xterm"],"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/wuchihsu.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}},"created_at":"2022-02-17T11:19:28.000Z","updated_at":"2024-05-13T09:48:39.000Z","dependencies_parsed_at":"2022-07-13T18:19:49.090Z","dependency_job_id":null,"html_url":"https://github.com/wuchihsu/go-ssh-web-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wuchihsu/go-ssh-web-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuchihsu%2Fgo-ssh-web-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuchihsu%2Fgo-ssh-web-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuchihsu%2Fgo-ssh-web-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuchihsu%2Fgo-ssh-web-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wuchihsu","download_url":"https://codeload.github.com/wuchihsu/go-ssh-web-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuchihsu%2Fgo-ssh-web-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30469312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["go","ssh","websocket","xterm"],"created_at":"2025-12-16T01:43:16.696Z","updated_at":"2026-03-13T15:30:31.450Z","avatar_url":"https://github.com/wuchihsu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go SSH Web Client\n\nA simple SSH web client using Go, WebSocket and Xterm.js.\n\n## Getting Started\n\nThere are two ways to install and run the project, using Go and using Docker.\n\n### Go\n\nAfter cloning the project, go into its `front` folder and install npm packages:\n\n```bash\ncd go-ssh-web-client/front\nnpm install --production\n```\n\nThen go back to main folder, add configuration file and modify it:\n\n```bash\ncd ..\ncp config.toml.sample config.toml\nvim config.toml\n```\n\nModify the host, port, user and password attributes to match the target SSH server, then save the file. Finally, run the program:\n\n```bash\ngo run .\n```\n\nNow, the HTTP server is running on port 8080, open http://localhost:8080 to use it (use http at your own risk).\n\n### Docker\n\nFirst, prepare a configuration file, like [config.toml.sample](config.toml.sample). After preparing `config.toml` in current directory, run the prebuilt image:\n\n```bash\ndocker run --name go-ssh -d \\\n    -v `pwd`/config.toml:/root/config.toml \\\n    -p 8080:8080 \\\n    wuchihsu/go-ssh-web-client\n```\n\nNow, the HTTP server is running on port 8080, open http://localhost:8080 to use it (use http at your own risk).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuchihsu%2Fgo-ssh-web-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwuchihsu%2Fgo-ssh-web-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuchihsu%2Fgo-ssh-web-client/lists"}