Rebex Buru SFTP Server 新版本发表
Released: May 5, 2020
1.7.1 中的更新
特性
- Added support for aes256-gcm@openssh.com and aes128-gcm@openssh.com encryption (enabled by default).
- Added support for hmac-sha2-512-etm@openssh.com and hmac-sha2-256-etm@openssh.com MACs (enabled by default).
Released: May 4, 2020
1.7.0 中的更新
特性
- Added support for two-factor authentication (password + public key).
- Added support for chacha20-poly1305@openssh.com encryption (enabled by default).
- Added support for curve25519-sha256 key exchange (enabled by default).
- Added support for 'check-file' SFTP extension, making it possible to calculate hashes of remote files.
修补程序
- Fixed hanging buruwa.exe service after service shutdown.
- Fixed reporting of writable permissions for read-only files.
Released: Apr 28, 2020
1.6.0 中的更新
特性
- New design of web administration UI.
- Changed some configuration defaults:
config/config.yaml
is now required for the server to start.
- Default server keys location is now
config/keys
(was /keys
). /keys
directory is still used in search when no paths are specified.
- Configuration file is now generated upon install.
- Keys are now generated upon install. You can still generate the keys manually.
- Configuration samples (e.g.
config/config-sample.yaml
) are renamed to examples (config/config-example...
Released: Mar 23, 2020
1.5.0 中的更新
特性
- FileZilla import (experimental).
- Upgraded to .NET Core 3.1.
- Removed support for obsoleted enableCrashReporting flag.
修补程序
- Fixed SFTP/SCP binding deserialization issue.
Released: Aug 6, 2019
1.4.3 中的更新
特性
- Improved error message when service fails to start.
修补程序
- Fixed error message when license expired.
Released: May 10, 2019
1.4.0 中的更新
特性
- Added 32-bit Windows version.
Released: Apr 24, 2019
1.3.2 中的更新
特性
- Removed auto-generated DSA key.
- Support for custom software version (ssh.softwareVersion).