Rilasci di Rebex Buru SFTP Server
Released: May 18, 2023
Aggiornamenti in 2.9.1
Funzionalità
- AES-CBC encryption algorithms are now categorized as ‘intermediate’ (formerly ‘modern’).
- Optimized moving files on the same volume when using SFTP or SCP.
Correzioni
- Fixed broken login after invalid password attempt with MFA enabled.
Released: May 2, 2023
Aggiornamenti in 2.9.0
Funzionalità
- Application startup is now always logged.
- Post-installation configuration wizard is now included in the installer package.
Released: Mar 7, 2023
Aggiornamenti in 2.8.3
Funzionalità
- Web Admin - Responsive design improvements.
- Improved client public key authentication process.
Correzioni
- Fixed escaping of special characters in SSH/SCP commands.
Released: Feb 16, 2023
Aggiornamenti in 2.8.2
Correzioni
- Web Admin - Fixed SSH service status sometimes stuck at “Checking…”.
Released: Feb 16, 2023
Aggiornamenti in 2.8.1
Funzionalità
- 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.
Correzioni
- Web Admin - Fixed highlighting in navigation menu.
- Web Admin - Now using slightly less contrasting default colour theme.
Released: Jan 16, 2023
Aggiornamenti in 2.8.0
Funzionalità
- 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...
Released: Dec 9, 2022
Aggiornamenti in 2.7.3
Correzioni
- Web Admin - Fixed performance issue on user edit page.
Released: Sep 26, 2022
Aggiornamenti in 2.7.2
Funzionalità
- 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.
Correzioni
- Fixed sometimes missing or wrong error message for invalid command line input.
- Web Admin - Fixed error when address is missing in SSH...
Released: Aug 19, 2022
Aggiornamenti in 2.7.1
Funzionalità
- Increased SSH terminal buffer sizes for better performance with tools such as rsync.
Released: Aug 8, 2022
Aggiornamenti in 2.7.0
Funzionalità
- 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.
Correzioni
- Web Admin - Fixed caption for default SSH...