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

feature request: upterm host should shutdown if no connection is established within a given time frame #201

Open
bavarianbidi opened this issue Oct 10, 2023 · 0 comments

Comments

@bavarianbidi
Copy link
Contributor

bavarianbidi commented Oct 10, 2023

It would be nice to configure upterm host command with some kind of a timeout flag where it's possible to shutdown the server if no connection got established within the given time period.

more context/details:

The current implementation (and your fork as well) currently are doing all the connection timeouts only on a connection layer in the HandleConnection func (https://github.com/gliderlabs/ssh/blob/master/server.go#L262).

I've added a comment to the generic timeout issue #11

slightly related is this PR for a new timeout config param: PR #204 - handshake timeout

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

1 participant