Zowe All Version.
APIML is enabled.
Zowe Explorer's "Issue Unix Command" option is implemented using basic authentication, i.e. user and password.
Add the following to the properties of the ssh profiles.
"authOrder": "basic"
Example
"properties": {
"host": ... ,
"port": ... ,
"rejectUnauthorized": ... ,
"authOrder": "basic"
}