webssh2 icon indicating copy to clipboard operation
webssh2 copied to clipboard

Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2

Results 51 webssh2 issues
Sort by recently updated
recently updated
newest added

logging is somewhat inconsistent throughout the code, working to make things more consistent

enhancement
help wanted

collect credentials via browser modal box as an alternative to basic auth. Soliciting for ideas as to how this would be used. Potentially asking for username / password or ssh-rsa...

enhancement
idea

In the move to break the client away from the server, we should look at making the websocket capable of taking all of the parameters to start a session. #175...

enhancement
roadmap

Things we want to do in 0.5.0

roadmap

We have a server with a 2-factor login enabled. Hence, the default password authentication is not supported but only keyboard interactive to enter password + second factor. Using WebSSH to...

help wanted
roadmap

Has anyone ever explored adding telnet capability? http://localhost:222/telnet/...

enhancement
help wanted

A new method to collect credentials is required to work around browser incompatibilities and support alternate methods of authentication. Goals of this enhancement: - [x] Retain ability to use HTTP...

enhancement
roadmap

I believe socket.io has outlived its usefulness for this project and I think the bulk of the browsers used today support websockets natively. I've created a new branch [ws-experiment](../tree/ws-experiment) to...

enhancement
roadmap

Hello, I want to connect to a setup using username and private key of it. We currently store IP address, Username and Private key of the setup account. So, without...

enhancement
help wanted