Rebex Buru SFTP Server のリリース
Released: May 18, 2023
2.9.1 での更新項目
機能
- AES-CBC encryption algorithms are now categorized as ‘intermediate’ (formerly ‘modern’).
- Optimized moving files on the same volume when using SFTP or SCP.
不具合の修正
- Fixed broken login after invalid password attempt with MFA enabled.
Released: May 2, 2023
2.9.0 での更新項目
機能
- Application startup is now always logged.
- Post-installation configuration wizard is now included in the installer package.
Released: Mar 7, 2023
2.8.3 での更新項目
機能
- Web Admin - Responsive design improvements.
- Improved client public key authentication process.
不具合の修正
- Fixed escaping of special characters in SSH/SCP commands.
Released: Feb 16, 2023
2.8.2 での更新項目
不具合の修正
- Web Admin - Fixed SSH service status sometimes stuck at “Checking…”.
Released: Feb 16, 2023
2.8.1 での更新項目
機能
- Web Admin - SSH service status is now indicated in real time.
- Web Admin - SSH algorithm configuration has been moved to a separate page.
- Web Admin - Warning is now shown when connection to server is lost.
不具合の修正
- Web Admin - Fixed highlighting in navigation menu.
- Web Admin - Now using slightly less contrasting default colour theme.
Released: Jan 16, 2023
2.8.0 での更新項目
機能
- Comments can now be added to user public keys.
- Command Line Interface (CLI)
- user update --remove-keys now accepts dsa.
ecdsa now matches any ECDSA key.
- User public keys can now be managed using
user key add and user key delete commands.
- User public keys can now be specified directly using
user add --keys <key>, user update --add-keys <key>; and user update --set-keys <key>.
- Virtual paths in
path and path delete commands can now be specified without the / prefix.
- When...
Released: Dec 9, 2022
2.7.3 での更新項目
不具合の修正
- Web Admin - Fixed performance issue on user edit page.
Released: Sep 26, 2022
2.7.2 での更新項目
機能
- When the bindings section is missing from the configuration file, the SSH server will now listen on "any" addresses for both IPv4 and IPv6.
- Server will no longer use IPv4 "any" address for empty (not missing) bindings in the configuration file.
- Added an SSE2 (Streaming SIMD Extensions 2) fallback for ChaCha20 for processors without AVX2.
不具合の修正
- Fixed sometimes missing or wrong error message for invalid command line input.
- Web Admin - Fixed error when address is missing in SSH binding
- Web...
Released: Aug 19, 2022
2.7.1 での更新項目
機能
- Increased SSH terminal buffer sizes for better performance with tools such as rsync.
Released: Aug 8, 2022
2.7.0 での更新項目
機能
- Added support for 'server-sig-algs' SSH extension (RFC 8332).
- Optimized ChaCha20Poly1305 and AEAD ciphers internals.
- Web Admin - User lockout management has been moved from user edit form to independent dialog accessible directly from Users page.
- Web Admin - Users can now check for updates on home page.
- Web Admin - Users using unsupported browsers (such as Microsoft Internet Explorer) will now see a user-friendly error message.
不具合の修正
- Web Admin - Fixed caption for default SSH shell in user...