You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the Jsch code it seems we do not have a support for supported MACs so what is the recommended way.
I did tried
config.put("mac.s2c", "hmac-sha1");
config.put("mac.c2s", "hmac-sha1");
With multiple options given below but does not help.
hmac-sha2-256
hmac-sha2-512
hmac-sha2-512-etm
-Thanks and Regards
Yoges
The text was updated successfully, but these errors were encountered:
SFTP server - Secure Transport no longer supports the following SFTP legacy Message Authentication Codes (MACs):
[email protected]
[email protected]
Supported MACs:
hmac-sha2-256
[email protected]
hmac-sha2-512
[email protected]
Looking at the Jsch code it seems we do not have a support for supported MACs so what is the recommended way.
I did tried
config.put("mac.s2c", "hmac-sha1");
config.put("mac.c2s", "hmac-sha1");
With multiple options given below but does not help.
hmac-sha2-256
hmac-sha2-512
hmac-sha2-512-etm
-Thanks and Regards
Yoges
The text was updated successfully, but these errors were encountered: