Re: Support of MAC algorithm in WinSCP
The background is we exchange file with a bank and they requested us to update the MAC algorithm as above.
So "Initialised HMAC-SHA-256 outbound MAC algorithm" should mean "hmac-sha2-256" is in use?
I googled and also found this conclusion, so I do not know why they allow "hmac-sha2-256" while disallow "hmac-sha2-256-etm@openssh.com"
If ETM variant is in use, the message would say:
Initialised HMAC-SHA-256 outbound MAC algorithm (in ETM mode)
So "Initialised HMAC-SHA-256 outbound MAC algorithm" should mean "hmac-sha2-256" is in use?
And yes, ETM is MORE SECURE.
I googled and also found this conclusion, so I do not know why they allow "hmac-sha2-256" while disallow "hmac-sha2-256-etm@openssh.com"