-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
I have already successfully used bigssh for ssh connections.
I have setup a new configuration-node for a new host to connect to. When trying to connect, I get the message:
Error: All configured authentication methods failed
RC:
255
I must say, I run node-red on a CCU3!
To check the error message I tried the following steps:
- I logged in to the CCU3 on a Terminal
- I run a ssh command with the same authentication method (key-file)
Result:
First, I got an error message to accept the fingerprint, which I did. But then the connection established.
Going back to node-red, trying again, I unfortunately got still the error message with wrong authentication.
I checked google for this error message. What I found first hand was to extend the ssh-config file on the server with additional parameters "PubkeyAcceptedAlgorithms +ssh-rsa". But since the ssh from the terminal succeded, I dismissed this approach.
I would apreciate some help what I could do to get arround this authentication error.