Skip to content

Commit

Permalink
feature/W-14557165
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintroller committed May 29, 2024
1 parent f51c7cb commit cd1f215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sftp/2.1/modules/ROOT/pages/sftp-connector-upgrade-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ For details, review the following table:
||`[email protected]` (Deprecated)|
|===

[NOTE]
* These algorithms require Bouncy Castle on Java versions before Java 11.
* Provide externally EdDSA (Edwards-curve Digital Signature Algorithm)library.
`*` These algorithms require Bouncy Castle on Java versions before Java 11. +

`**` These algorithms require externally EdDSA (Edwards-curve Digital Signature Algorithm) library.

== Troubleshooting

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Follow these steps to create the file:
+
[source,xml,linenums]
----
KexAlgorithms cdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group18-sha512,diffie-hellman-group17-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256
KexAlgorithms ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group18-sha512,diffie-hellman-group17-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256
Ciphers aes128-cbc,aes128-ctr,aes192-cbc,aes192-ctr,aes256-cbc,aes256-ctr
HostKeyAlgorithms ssh-rsa,rsa-sha2-256,rsa-sha2-512
MACs hmac-sha1,hmac-sha2-256,hmac-sha2-512
Expand Down

0 comments on commit cd1f215

Please sign in to comment.