Error message since version update

Error message since version update

We are using Delphi 10.2.3, wth WIndows 10
Since today, Securebridge 10.2.1 worked fine.
But today, we updated to 10.3.1, and since then, the previous sftp connections are not working.
I checked the application, which was compiled yesterday, with the previous version, and it still working properly.
Do we need to change something?
I get an error message at the po_sftp.Connect method.

---------------------------
GExperts Debugger Exception Notification
---------------------------
Project pirTORZS2024.exe raised exception class EScError with message 'Invalid signature algorithm (curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c <-> diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1)'.
---------------------------
[&Filter ...] [Ignore &All this Session] [Break] [Additional &Info] [Continue]
---------------------------
ThreadId=18248
ProcessId=5
ThreadName=""
ExceptionMessage="Invalid signature algorithm (curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c <-> diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1)"
ExceptionName="EScError"
ExceptionDisplayName="EScError"
ExceptionAddress=7684D902
FileName=<not available>
LineNumber=<not available>
ExceptionObject=0E9521F0
Classes=[EScError,Exception,TObject]

---------------------------