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

Track SSH connections in dstack-runner #2287

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

jvstme
Copy link
Collaborator

@jvstme jvstme commented Feb 11, 2025

  • Track SSH connections to the container based on procfs entries. Return the current time period without observed connections in /api/pull responses.
  • Use ClientAliveInterval and ClientAliveCountMax sshd options to prevent connections from freezing and close them if the client goes offline.

Part of #2268

- Track SSH connections to the container based on
  procfs entries. Return the current time period
  without observed connections in `/api/pull`
  responses.
- Use `ClientAliveInterval` and
  `ClientAliveCountMax` sshd options to prevent
  connections from freezing and close them if the
  client goes offline.
@jvstme jvstme requested a review from un-def February 11, 2025 01:05
@jvstme jvstme merged commit 01c856f into master Feb 11, 2025
24 checks passed
@jvstme jvstme deleted the issue_2268_inactivity_duration branch February 11, 2025 09:58
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

Successfully merging this pull request may close these issues.

2 participants