This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new aa592cd51 Mention SSHD-1259 in the changelog aa592cd51 is described below commit aa592cd5110fa73ff3dfe6330ec26aca08503b6b Author: Thomas Wolf <tw...@apache.org> AuthorDate: Mon May 29 18:44:37 2023 +0200 Mention SSHD-1259 in the changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index fbbe93f9f..a046f698c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,6 +30,7 @@ * [GH-371](https://github.com/apache/mina-sshd/issues/371) Fix channel pool in `SftpFileSystem`. +* [SSHD-1259](https://issues.apache.org/jira/browse/SSHD-1259) Consider all applicable host keys from the known_hosts files. * [SSHD-1310](https://issues.apache.org/jira/browse/SSHD-1310) `SftpFileSystem`: do not close user session. * [SSHD-1327](https://issues.apache.org/jira/browse/SSHD-1327) `ChannelAsyncOutputStream`: remove write future when done.