| Summary: | RFE: implement a "sftp_timeout" property on backend to automatically close idle connections | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Renaud Métrich <rmetrich> | ||||
| Component: | sftp-server | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | djm, lonicerae | ||||
| Priority: | P5 | ||||||
| Version: | 9.1p1 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Renaud Métrich
2022-10-19 01:53:59 AEDT
Created attachment 3618 [details]
Proposed implementation using new "-t <sesion_timeout>" option to sftp-server
Tested with:
- no parameter (no timeout)
- "-t 0" (no timeout)
- "-t 30" (30 seconds timeout)
+1 for this. Indeed a very good proposal. I don't want to do this in sftp-server. See https://github.com/djmdjm/openssh-wip/pull/16 for a more general mechanism The more general mechanism shipped in OpenSSH 9.2 OpenSSH 9.3 has been released. Close resolved bugs |