https://github.com/qiuhaotc/webssh
WebSSH allows you to SSH to your remote host anytime, anywhere.
https://github.com/qiuhaotc/webssh
secure-shell ssh ssh-client web-ssh web-terminal webssh webterminal
Last synced: 6 months ago
JSON representation
WebSSH allows you to SSH to your remote host anytime, anywhere.
- Host: GitHub
- URL: https://github.com/qiuhaotc/webssh
- Owner: qiuhaotc
- License: apache-2.0
- Created: 2020-08-23T08:30:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T05:22:28.000Z (7 months ago)
- Last Synced: 2025-03-21T06:19:59.354Z (7 months ago)
- Topics: secure-shell, ssh, ssh-client, web-ssh, web-terminal, webssh, webterminal
- Language: C#
- Homepage: https://webssh.azurewebsites.net
- Size: 4.36 MB
- Stars: 37
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSSH
WebSSH allows you to SSH to your remote host anytime, anywhere.
## Demonstrate Page
Check , you can use any login name and password to logged in.
## Usage
### Login
Input the user name and password and captcha to login, user name and password configured in appsettings.json

### Mangement Connection

### Connected To Server, Running Command
Press connected button, connected to remote server, running whatever command you want.
Go to management page, will list all available connected servers.
Features:
1. Multi lines command
2. Recall command, in single line mode, press arrow up and down can switch command from history
3. Press "ctrl + c" can run command "^C", support "ctrl + [a-z]"

## Deployment Via Docker
Running your server at port 8070, config the password "your_password" to your own.
```bash
docker pull qiuhaotc/webssh
docker run -d --name webssh -p 8070:8080 -e ShellConfiguration__Users__0__Password="your_password" --restart=always qiuhaotc/webssh
```## Misc
| Status | Value |
| :---------------- | :----------------------------------------------------------------------------------------------------------------------------: |
| Stars | [](https://github.com/qiuhaotc/WebSSH) |
| Forks | [](https://github.com/qiuhaotc/WebSSH) |
| License | [](https://github.com/qiuhaotc/WebSSH) |
| Issues | [](https://github.com/qiuhaotc/WebSSH) |
| Docker Pulls | [](https://hub.docker.com/r/qiuhaotc/webssh) |
| Release Downloads | [](https://github.com/qiuhaotc/WebSSH/releases) |