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
Copy file name to clipboardExpand all lines: documentation/4.0/content/release-notes/_index.md
+9
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,15 @@ pre = "<b> </b>"
76
76
error when attempting to deploy the application.
77
77
78
78
#### Known Issues
79
+
- SSH support requires a reasonably recent version of Bouncy Castle. WDT picks up Bouncy Castle from WLST so, for example,
80
+
the 12.2.1.4.0 GA release fails with the following error, as mentioned at https://github.com/hierynomus/sshj/issues/895.
81
+
Applying a recent PSU should resolve the issue for 12.2.1.4 and 14.1.1.
82
+
83
+
```shell
84
+
SEVERE Messages:
85
+
1. WLSDPLY-20008: verifySSH argument processing failed: Failed to initialize SSH context: Failed to SSH connect to host myhost.oracle.com: no such algorithm: X25519 for provider BC
86
+
```
87
+
79
88
- SSH support for the Update Domain Tool and Deploy Apps Tool do not work when using an archive file and the remote
80
89
WebLogic Server is running on Windows using the optional, Windows-provided, OpenSSH component. This is due to an
81
90
issue with the SSHJ library WDT is using. See https://github.com/hierynomus/sshj/issues/929 for more information.
0 commit comments