Hello I am trying to establish an ssh connection, I add an ssh credentials with an ssh key, no matter what I enter the following error occurs as described below.
What is the error message (if any)?
Couldn’t connect with these settings
SSH connection failed: config.privateKey does not exist at given fs path
I cannot see how you set your credentials up, but I can see that it says SSH Password account, just confirming that is correctly the name of your Key credential.
You’re private key must be pasted raw into the Private Key field, you are not specifying some kind of path or remote URL. (if that’s what you may be attempting)
You should only be inputting the private key half of what you sent an example of.
Are you just pasting all that? Try just after private-lines. Also I cannot attest to this, but it may also not support private-mac feature.
The reason it shows a filesystem not found error, my assumption, is that SSH node pipes the pasted data into a file before processing with something like openssl.