Changes between Version 59 and Version 60 of SftpFrontend
- Timestamp:
- 2011-01-08T05:41:18Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SftpFrontend
v59 v60 26 26 27 27 Versions of Twisted up to and including 10.2 have [http://twistedmatrix.com/trac/ticket/4395 a bug in support for rekeying]. This might cause a hang or 100% CPU usage by the gateway when a client tries to rekey. Depending on the client, rekeying may be triggered based on a time interval or the amount of data sent (for example, 1 GiB to 4 GiB for the openssh client); this problem will typically only affect long-lived connections or very large files. Some clients have options to disable rekeying: 28 * for openssh and sshfs, add the line {{{RekeyLimit0}}} to {{{~/.ssh/config}}} (TODO: please test this!)28 * for OpenSSH and sshfs, either use the option {{{-o RekeyLimit=0}}}, or add the line {{{RekeyLimit=0}}} to {{{~/.ssh/config}}} (TODO: please test this!) 29 29 * for WinSCP, [#WinSCP see that section below]. 30 30