Rebex Buru SFTP Server Releases
Released: May 5, 2020
Updates in 1.7.1
Features
- 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
Updates in 1.7.0
Features
- 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.
Fixes
- Fixed hanging buruwa.exe service after service shutdown.
- Fixed reporting of writable permissions for read-only files.
Released: Apr 28, 2020
Updates in 1.6.0
Features
- 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...
Released: Mar 23, 2020
Updates in 1.5.0
Features
- FileZilla import (experimental).
- Upgraded to .NET Core 3.1.
- Removed support for obsoleted enableCrashReporting flag.
Fixes
- Fixed SFTP/SCP binding deserialization issue.
Released: Aug 6, 2019
Updates in 1.4.3
Features
- Improved error message when service fails to start.
Fixes
- Fixed error message when license expired.
Released: May 10, 2019
Updates in 1.4.0
Features
- Added 32-bit Windows version.
Released: Apr 24, 2019
Updates in 1.3.2
Features
- Removed auto-generated DSA key.
- Support for custom software version (ssh.softwareVersion).