stuicey / SSHy

HTML5 SSH Web Client
MIT License
547 stars 83 forks source link

connection is closed directly on message received #3

Closed xmonader closed 6 years ago

xmonader commented 6 years ago

after running wsproxy

and opening index.html


Connection to localhost closed. Code - 11
stuicey commented 6 years ago

Code 11 is SSH_DISCONNECT_BY_APPLICATION, so it seems that your remote SSH server has disconnected the client after successfully connecting & authenticating.

Are you connecting to a non-standard SSHv2 server? or have you tried connecting to another server?