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

Need to add a catch statement here: https://github.com/billchurch/webssh2/blob/0.2.10-1/app/server/socket.js#L29 Due to this error: ``` /Users/bill/Documents/webssh2/app/node_modules/ip6addr/ip6addr.js:352 throw new Error('Invalid argument: / expected'); ^ Error: Invalid argument: / expected at new CIDR (/Users/bill/Documents/webssh2/app/node_modules/ip6addr/ip6addr.js:352:13)...

bug

username and password stored until server stop or restart. is it possible to clear the user and password after "x second/minutes/hours" ?

enhancement
help wanted

If the Node webserver is stopped, it'll cause the terminal to stop working, which is understandable. If I start the Node webserver again, it won't allow the terminal to continue...

enhancement

The RZ SZ command is not supported ![image](https://user-images.githubusercontent.com/59990894/186794875-132d47bc-c89e-408e-af6a-edd9ba5c00ad.png)

enhancement

Updated config sample, as the previous one was not working at application startup.

I wanted to implement this with Angular 12+ or with ng-terminal in Angular 12. How can we do this?

enhancement

I want to track cmd that users enter from the web on the backend code like: console.log(cmd). And I want to restrict some cmd on the backend code like "rm...

Add a temporary fix that 99% working at my end. Note: I don't know exact event when first render fired so timeout 2s works flawlessly for me.

Hi! I've been using WebSSH2 quite a bit. I'm preparing a backend tutorial for https://github.com/mozilla/hubs-cloud/tree/master/community-edition and I'm wondering how to make it interactive. My goal is to avoid the typical...