Skip to content

krockot/wsshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wsshd is a remote login server over websockets.
The wssh protocol is incomplete and has no formal specification.

Clients connect to ws(s)://host/sh and request a login session.  The server
allocates a new pseudo-terminal and serves a new login process on it.  Data is
transmitted in utf8-encoded JSON message structures.

A Javascript client implementation can be found at https://github.com/krockot/wssh

About

Remote login server over websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages