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

Below is the error: The config is: Please let me know how can it be fixed?

question

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1. Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

Bumps [snyk](https://github.com/snyk/snyk) from 1.982.0 to 1.996.0. Release notes Sourced from snyk's releases. v1.996.0 1.996.0 (2022-09-01) Bug Fixes bump golang plugin version (8893f81) Features add --var-file support (537372d) v1.995.0 1.995.0 (2022-08-31)...

dependencies

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.10 to 3.9.11. Release notes Sourced from vm2's releases. 3.9.11 New Features https://github.com/patriksimek/vm2/commit/58478a58c6f4af3c54faf4117ed5ab72d2cc8cd5: Add option require.strict to allow to load required modules in non strict mode. Fixes...

dependencies

The goal is to use HTTPS as a circumvention measure when SSH isn't typically possible (e.g blocking traffic on port 22, blocking non HTTPS traffic, etc) yet not being limited...

question

Webssh2 doesn't support ssh config files ? is there a way to implement this?

How do I change my connection authorized_keys? Or tell me where? I remade the client where I sent the login and password to the client from the browser and it...

Hi guys, Im trying to connect based on this post : ![image](https://github.com/billchurch/webssh2/assets/5714631/1c955fe8-fa86-4a71-8772-2461fd0e1b39) https://github.com/billchurch/webssh2/issues/209 and Im receiving this error ```bash marcus@marcus-laptop:~$ docker run --name webssh2 -p 2222:2222 -v /home/marcus/Downloads/temp/app1/app/config.json:/usr/src/config.json billchurch/webssh2 WebSSH2...

enhancement
help wanted