Could you test using the SSHJ/OpenSSH node executors instead of the default SSH?
Regards.
Hi,
The ssh-key-storage-path="keys/rundeck" attribute defined in the node definition refers to a example key stored at keys/rundeck key storage entry. In your case, change that path by your own private key path (stored in your Rundeck instance Key Storage).
Regards.
Hi,
Your key is stored on keys/rundeck/id_rsa, the example is defined as keys/rundeck (in this case “rundeck” is the key, not a directory).
Change the ssh-key-storage-path attribute to: ssh-key-storage-path=keys/rundeck/id_rsa
Regards.