{"id":17972437,"url":"https://github.com/klpod221/ssh-client","last_synced_at":"2025-08-04T06:15:01.718Z","repository":{"id":259843980,"uuid":"879599168","full_name":"klpod221/ssh-client","owner":"klpod221","description":"// Simple SSH Client run on web browser","archived":false,"fork":false,"pushed_at":"2024-10-29T02:09:48.000Z","size":1967,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T20:06:47.818Z","etag":null,"topics":["ejs","express","express-js","expressjs","node","node-js","nodejs","nodemon","socket-io","socketio","ssh","ssh-client","ssh2","xterm","xterm-js","xtermjs"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/klpod221.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-28T08:01:41.000Z","updated_at":"2024-12-29T16:34:36.000Z","dependencies_parsed_at":"2025-02-09T10:38:35.486Z","dependency_job_id":null,"html_url":"https://github.com/klpod221/ssh-client","commit_stats":null,"previous_names":["klpod221/ssh-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klpod221/ssh-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klpod221%2Fssh-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klpod221%2Fssh-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klpod221%2Fssh-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klpod221%2Fssh-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klpod221","download_url":"https://codeload.github.com/klpod221/ssh-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klpod221%2Fssh-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268657502,"owners_count":24285514,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ejs","express","express-js","expressjs","node","node-js","nodejs","nodemon","socket-io","socketio","ssh","ssh-client","ssh2","xterm","xterm-js","xtermjs"],"created_at":"2024-10-29T16:18:35.001Z","updated_at":"2025-08-04T06:15:01.672Z","avatar_url":"https://github.com/klpod221.png","language":"CSS","readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e--// Web Base SSH Client //--\u003c/h1\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/klpod221/ssh-client?style=for-the-badge\u0026color=ffb4a2\u0026labelColor=201a19\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/klpod221/ssh-client?style=for-the-badge\u0026color=e6c419\u0026labelColor=1d1b16\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/repo-size/klpod221/ssh-client?style=for-the-badge\u0026color=a8c7ff\u0026labelColor=1a1b1f\"\u003e\n\u003c/div\u003e\n\n## About\n\nThis is a simple SSH client that allows you to connect to a remote server and execute commands. It is written in JavaScipt and uses the `ssh2` library to establish a connection.\n\n## Demo Image\n\n![Demo Image 1](./public/images/demo-1.png)\n\n![Demo Image 2](./public/images/demo-2.png)\n\n## Dependencies\n\n- [Node.js](https://nodejs.org/en/) - I am currently using version 20.10.0\n- [ssh2](https://www.npmjs.com/package/ssh2) - This is the library that allows us to connect to a remote server via SSH\n- [xterm](https://www.npmjs.com/package/xterm) - This is the terminal emulator that we are using to display the output of the commands\n- [xterm-addon-fit](https://www.npmjs.com/package/xterm-addon-fit) - This is an addon for xterm that allows the terminal to resize itself to fit the container\n- [express](https://www.npmjs.com/package/express) - This is a web framework for Node.js that we are using to create a simple web server\n- [socket.io](https://www.npmjs.com/package/socket.io) - This is a library that allows us to create a real-time, bidirectional communication between the client and the server\n- [utf8](https://www.npmjs.com/package/utf8) - This is a library that allows us to encode and decode UTF-8 strings\n- [nodemon](https://www.npmjs.com/package/nodemon) - This is a utility that will monitor for any changes in your source and automatically restart your server\n- [ejs](https://www.npmjs.com/package/ejs) - This is a simple templating language that lets you generate HTML markup with plain JavaScript\n\n## Development\n\nTo get started, clone the repository and install the dependencies:\n\n```bash\ngit clone https://github.com/klpod221/ssh-client.git\ncd ssh-client\nnpm install\n```\n\nTo start the development server, run:\n\n```bash\nnpm run dev\n```\n\nThis will start the server on `http://localhost:3000`. You can now open your browser and navigate to this URL to see the SSH client in action.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklpod221%2Fssh-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklpod221%2Fssh-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklpod221%2Fssh-client/lists"}