WebSSH allows you to SSH to your remote host anytime, anywhere.
Check https://webssh.azurewebsites.net, you can use any login name and password to logged in.
Input the user name and password and captcha to login, user name and password configured in appsettings.json
Press connected button, connected to remote server, running whatever command you want.
Go to management page, will list all available connected servers.
Features:
- Multi lines command
- Recall command, in single line mode, press arrow up and down can switch command from history
- Press "ctrl + c" can run command "^C", support "ctrl + [a-z]"
Running your server at port 8070, config the password "your_password" to your own.
docker pull qiuhaotc/webssh
docker run -d --name webssh -p 8070:8080 -e ShellConfiguration__Users__0__Password="your_password" --restart=always qiuhaotc/webssh
Status | Value |
---|---|
Stars | |
Forks | |
License | |
Issues | |
Docker Pulls | |
Release Downloads |