As part of the fix for GH-371
the channel pool in SftpFileSystem was rewritten completely. Previous code also
used ThreadLocals to store SftpClients, which could cause memory leaks.
These ThreadLocals have been removed, and the channel pool has been rewritten
to function similar to a Java ThreadPool: the pool has a maximum size; it has
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/IKSG/nsf-file-server/network/alerts).
Bumps sshd-sftp from 2.3.0 to 2.10.0.
Changelog
Sourced from sshd-sftp's changelog.
... (truncated)
Commits
b8429ca
[maven-release-plugin] prepare release sshd-2.10.02406cbe
Prepare 2.10.0 releasea61e930
[SSHD-1234] Rooted file system can leak informationsf9970ab
Remove unwanted reverse lookupd4b951a
GH-364: Use flags for RSA signature requests in AbstractAgentClient9f5c03a
Bump spring-core from 5.3.26 to 5.3.27f06217f
[releng] OSGi: Ensure the BC security provider can be found5c80258
Add a test for GH-351c11bfcc
GH-281: Follow first-match semantics specified for ssh config filef887414
OpenSSH key parsing: minor clean-ups in new AEAD code pathsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/IKSG/nsf-file-server/network/alerts).