billchurch / webssh2

Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2
MIT License
2.36k stars 536 forks source link

bug: username/password in config file no longer honored #374

Open billchurch opened 2 months ago

billchurch commented 2 months ago

via @israel-tsadok-silk from https://github.com/billchurch/webssh2/issues/368

support /ssh/host without a hostname, which is central to our use case. If I access /ssh/host/:host_ip, it still asks me for credentials, ignoring the "user" setting in config.json.

related to: #373