Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnects #178

Open
andymarden opened this issue Oct 31, 2024 · 1 comment
Open

Disconnects #178

andymarden opened this issue Oct 31, 2024 · 1 comment

Comments

@andymarden
Copy link

I have hosts that I have used with Guacamole and the session stays open for ages.

With sshwifty, I now get disconnects in some cases after a few mins.

Is there any reason why the heartbeat might not be getting though? Or some other reason. It seems the server thinks the client is dead. Running in docker on bridge network.

@nirui
Copy link
Owner

nirui commented Oct 31, 2024

Try run Sshwifty with environment variable SSHWIFTY_DEBUG set to 1.

$ SSHWIFTY_CONFIG=./sshwifty.conf.json SSHWIFTY_DEBUG=1 ./sshwifty

This enables Sshwifty to print more detailed logs, including every request it received on the server end. Maybe that will provide more clues on what's going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants