Bill Church

Results 53 comments of Bill Church

this seems to work with the most recent version of validator as-is.

in it's current state, as only basic authentication is used, and basic auth is a bit annoying when it comes to things like this. We could look at implementing something...

It's interesting. I will need to parse out there API and see if there's a way we can modularize support for it.

@ilteoood, Sorry this slipped through. I'm not seeing any reference which would pull in `config.http.origins` in recent code base or a pull from your PR, it should all currently be...

The issue most likely (was able to replicate) is that you're putting your port number in quotes which does, in fact, turn it into a string. Although this is wrong...

@szom1 what exactly do you mean? The Keyboard-Interactive method is the default behavior of this project. https://github.com/billchurch/webssh2/blob/acb4e42fded29eab9292ed35e737f70c2df93927/app/server/socket.js#L223-L225

Breaking changes in 5.1.0 and 5.0.0 https://github.com/xtermjs/xterm.js/releases/tag/5.1.0 https://github.com/xtermjs/xterm.js/releases/tag/5.0.0

Breaking changes in 5.1.0 and 5.0.0 https://github.com/xtermjs/xterm.js/releases/tag/5.1.0 https://github.com/xtermjs/xterm.js/releases/tag/5.0.0

Try enabling debug for the `ssh2` module and see what it says. Also you should check the auth logs on the server you're attempting to log into. Historically people try...