news fragment

This commit is contained in:
Jean-Paul Calderone 2021-10-25 20:47:35 -04:00
parent aa6360f08e
commit 0b4e6754a3

View File

@ -0,0 +1,4 @@
The SFTP server no longer accepts password-based credentials for authentication.
Public/private key-based credentials are now the only supported authentication type.
This removes plaintext password storage from the SFTP credentials file.
It also removes a possible timing side-channel vulnerability which might have allowed attackers to discover an account's plaintext password.