codership / galera-manager-support

Galera Manager Support Repository
8 stars 2 forks source link

check server access check fails with invalid command type:ssh_exec #45

Closed phlry closed 2 years ago

phlry commented 2 years ago

When trying to add a Node the SSH check fails with:

failed to execute info script: failed to load executor: invalid command type: "ssh_exec"

In /var/log/secure

Nov  7 18:16:26 dbmariadbpoc01 sshd[1638033]: Accepted publickey for root from [redacted] port 60102 ssh2: RSA SHA256:[redacted]
Nov  7 18:16:26 dbmariadbpoc01 sshd[1638033]: pam_unix(sshd:session): session opened for user root by (uid=0)
Nov  7 18:16:26 dbmariadbpoc01 sshd[1638033]: pam_unix(sshd:session): session closed for user root
Nov  7 18:16:26 dbmariadbpoc01 sshd[1638059]: Accepted publickey for root from [redacted] port 60104 ssh2: RSA SHA256:[redacted]

Can you help me ?

denisgcm commented 2 years ago

Please run apt update && apt upgrade or yum update on your Galera Manager host system to update Galera Manager to the new version.

phlry commented 2 years ago

Thank you! The new version resolved the bug.