Using DSA keys instead of RSA - key-based authentitication

Follow

Comments

1 comment

  • Avatar
    Nelson Woord

    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.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk