Rebex SSH Pack R6.12
Released: Apr 18, 2023
R6.12 버젼 업데이트
기능
- File System: Improved recursion breaker.
수정사항
- SFTP: Improved workaround for windows size adjustment issue in Azure Blob Storage SFTP server.
- SCP: Fixed escaping of "$" character in SCP commands.
- File Server: Fixed parsing of "\$" sequences in SSH commands
- File System: Exists methods/properties in Rebex.IO VFS API return 'false' (like System.IO) instead of raising an exception.
- File System: Rebex.IO VFS API raises InvalidOperationException when the underlying VFS provider is not registered as a VDriveInfo object.
- File System: Rebex.IO VFS API raises NotSupportedException when the format of the specified path is invalid.
- SSH: Added workaround for an issue in 'srt SSH Server' that makes it reject RSA/SHA-2 public key authentication attempts.
- SSH: Fixed handling of SSH2 PUBLIC KEY quotation marks in SshPublicKey.
- SSH: Fixed handling of user name when performing single sign-on in .NET Core and .NET 5/6/7.
- TLS Core: Fixed client-side TLS cipher suite check and server-side TLS cipher selection.
- TLS Core: Fixed checking of selected elliptic curves.
- TLS Core: Fixed memory leak in server-side TLS session cache.
- Common: Fixed rare race condition in scheduled action infrastructure.