gnmyt / Nexterm

The open source server management software for SSH, VNC & RDP
http://docs.nexterm.dev/
MIT License
2.04k stars 71 forks source link

[Issue] Unable to ssh blank with no error logs #140

Open niaosuan opened 2 months ago

niaosuan commented 2 months ago

General

The Bug

Able to issue ssh via cli from the docker container however when trying from Nexterm session blank page. No error via 'docker logs {Container_ID}'.

What device are you using to access the page?

In the browser

Which operating system is your Nexterm instance running on?

Linux

mastankiewicz commented 2 months ago

The same here. SSH no errors.

RDP error:

Error in guacamoleProxy: TypeError: Cannot read properties of undefined (reading 'on')

at module.exports (/app/server/controllers/guacamoleProxy.js:9:12)

at module.exports (/app/server/middlewares/guacamole.js:10:5)

An error occurred: Cannot read properties of undefined (reading 'close')

breakersun commented 2 weeks ago

It doesn't work at all with a session from a container: image

breakersun commented 2 weeks ago

It doesn't work at all with a session from a container: image

Turns out I have to set correct user and passwords to open the ssh session. If I leave the passwords as blank it will never open ssh session and report no errors.