Skip to content
/ WebSSH Public
forked from qiuhaotc/WebSSH

WebSSH allows you to SSH to your remote host anytime, anywhere.

License

Notifications You must be signed in to change notification settings

aminsg/WebSSH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSSH

WebSSH allows you to SSH to your remote host anytime, anywhere.

Demonstrate Page

Check https://webssh.azurewebsites.net, 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

Login

Mangement Connection

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]"

Connected & Running Command

Run & Recall Command

Deployment Via Docker

Running your server at port 8080, config the password "your_password" to your own.

docker pull qiuhaotc/webssh
docker run -d --name webssh -p 8080:80 -e ShellConfiguration__Users__0__Password="your_password" --restart=always qiuhaotc/webssh

Misc

Status Value
Stars Stars
Forks Forks
License License
Issues Issues
Docker Pulls Downloads
Release Downloads Downloads

About

WebSSH allows you to SSH to your remote host anytime, anywhere.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 55.0%
  • HTML 35.8%
  • CSS 4.3%
  • JavaScript 3.7%
  • Dockerfile 1.2%