PowerTCP SSH and SFTP for .NET V8.0.0.0
Released: Apr 10, 2025
V8.0.0.0 での更新項目
機能
- Support for 'RSA-SHA2-256' and 'RSA-SHA2-512' client keys have been added.
- Support for the 'server-sig-algs' extension has been added.
- The 'PublicKeyAuthAlgorithm' property was added to the 'SshConnection' class, it defaults to 'PublicKeyuAuthAlgorithm.Auto' and will attempt to negotiate using the 'server-sig-algs' extension. If the 'server-sig-algs' extension is not available on the server then 'SHA2-256' will be used.
- Added support for OpenSSH's 'strict kex' to mitigate Terrapin attacks.
不具合の修正
- Fixed an issue where a timeout may not trigger causing a hang in the component when using a cell-modem with an intermittent connection.