If you use DSA keys you can set in /etc/cmon.cnf (on the controller):
ssh_identity=/root/.ssh/id_dsa
or wherever you have the id_dsa key.
Then do:
service cmon restart
If you use DSA keys you can set in /etc/cmon.cnf (on the controller):
ssh_identity=/root/.ssh/id_dsa
Comments
1 comment
Correct. If you're using DSA keys with a system like ClusterControl (cmon), you can configure the SSH identity file by setting it in /etc/cmon.cnf:
ssh_identity=/root/.ssh/id_dsa
Then apply the change by restarting the cmon service:
service cmon restart
✅ However, DSA is deprecated, so use ED25519 or RSA if possible for better security.
Please sign in to leave a comment.