https://github.com/neongamerbot-qk/ssh-server
My ssh server hosted on saahild.com
https://github.com/neongamerbot-qk/ssh-server
nodejs openssh ssh
Last synced: 5 months ago
JSON representation
My ssh server hosted on saahild.com
- Host: GitHub
- URL: https://github.com/neongamerbot-qk/ssh-server
- Owner: NeonGamerBot-QK
- Created: 2023-05-05T03:26:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T02:40:15.000Z (over 1 year ago)
- Last Synced: 2025-12-18T16:48:01.701Z (7 months ago)
- Topics: nodejs, openssh, ssh
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nodejs SSH Server
## Description
This is a simple SSH server written in Nodejs. it runs on my main VMS
## Installation
```bash
npm install
```
## Usage
```bash
npm start
```
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Author
[Neon](https://saahild.com)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.