We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6c86b commit ca86264Copy full SHA for ca86264
README.md
@@ -0,0 +1,10 @@
1
+wssh
2
+====
3
+
4
+wssh is a SSH to WebSockets Bridge that lets you invoke a remote shell using nothing but HTTP.
5
6
+The client connecting to wssh doesn't need to speak the SSH protocol - rather, the SSH connection is terminated
7
+at the bridge level and the pty is wrapper through a thin layer of JSON and sent back to the client.
8
9
+This means you can implement a WSSH client in just a few lines of code, even for a web browser.
10
0 commit comments