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).