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

Can only handle a very limited number of concurrent connections given 16 MB memory #4

Open
reynir opened this issue Jan 26, 2018 · 2 comments

Comments

@reynir
Copy link
Owner

reynir commented Jan 26, 2018

The ncat script will keep running qrexec even if the ssh-agent client closed the connection (verify). This means that when you ssh into a machine, a qrexec process will keep running for the duration of the session. It's not clear why ncat is doing that, and I have received reports socat will do the same.

Things to explore:

  • Closing the qrexec after a response to the first request have been sent - will ssh reopen the socket?
  • Add a timeout to ssh-agent. I don't like this.
@reynir
Copy link
Owner Author

reynir commented Jan 29, 2018

This is related to #3

@reynir
Copy link
Owner Author

reynir commented Mar 14, 2018

Mitigated by QubesOS/qubes-core-agent-linux#101

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