All Projects → qiuhaotc → WebSSH

qiuhaotc / WebSSH

Licence: Apache-2.0 license
WebSSH allows you to SSH to your remote host anytime, anywhere.

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to WebSSH

pro.webssh.net
iOS / iPadOS / macOS SSH Client
Stars: ✭ 108 (+535.29%)
Mutual labels:  ssh-client, webssh
django-webssh
Django+paramiko 实现的 webssh。此项目存在已知BUG,最新请参考:https://github.com/leffss/devops
Stars: ✭ 57 (+235.29%)
Mutual labels:  webssh
Ssh
Native SSH client in R based on libssh
Stars: ✭ 111 (+552.94%)
Mutual labels:  ssh-client
Github Keygen
Easy creation of secure SSH configuration for your GitHub account(s)
Stars: ✭ 183 (+976.47%)
Mutual labels:  ssh-client
Remmina
Mirror of https://gitlab.com/Remmina/Remmina The GTK+ Remmina Remote Desktop Client
Stars: ✭ 1,705 (+9929.41%)
Mutual labels:  ssh-client
Jcabi Ssh
Java SSH client
Stars: ✭ 240 (+1311.76%)
Mutual labels:  ssh-client
Sidedoor
SSH connection daemon for Debian/Raspbian/Ubuntu/etc
Stars: ✭ 97 (+470.59%)
Mutual labels:  ssh-client
sigil
AWS SSM Session manager client
Stars: ✭ 67 (+294.12%)
Mutual labels:  ssh-client
termscp
🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3
Stars: ✭ 707 (+4058.82%)
Mutual labels:  ssh-client
Ssh2 Python
Bindings for libssh2 C library.
Stars: ✭ 166 (+876.47%)
Mutual labels:  ssh-client
Sshj
ssh, scp and sftp for java
Stars: ✭ 2,016 (+11758.82%)
Mutual labels:  ssh-client
Connectbot
ConnectBot is the first SSH client for Android.
Stars: ✭ 1,763 (+10270.59%)
Mutual labels:  ssh-client
Bastillion
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
Stars: ✭ 2,730 (+15958.82%)
Mutual labels:  ssh-client
Superputty
The SuperPuTTY Window Manager for putty sessions
Stars: ✭ 1,572 (+9147.06%)
Mutual labels:  ssh-client
django-webssh
django + django_channles 实现的 webssh
Stars: ✭ 71 (+317.65%)
Mutual labels:  webssh
Lssh
List selection type alternative ssh/scp/sftp client. Pure Go.
Stars: ✭ 110 (+547.06%)
Mutual labels:  ssh-client
Sshfs Gui
SSHFS GUI Wrapper for Mac OS X
Stars: ✭ 154 (+805.88%)
Mutual labels:  ssh-client
Easyssh
The SSH connection manager to make your life easier.
Stars: ✭ 207 (+1117.65%)
Mutual labels:  ssh-client
ssh-autologin
一个基于 ssh 快捷登录远程服务器的脚本
Stars: ✭ 17 (+0%)
Mutual labels:  ssh-client
tallow
Block hosts that attempt to bruteforce SSH using the journald API.
Stars: ✭ 79 (+364.71%)
Mutual labels:  ssh-client

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].