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
Using DSA (Digital Signature Algorithm) keys instead of RSA (Rivest–Shamir–Adleman) for key-based authentication is an alternative cryptographic approach for securing communications. DSA keys rely on discrete logarithms for encryption and decryption, offering a different method of ensuring secure, signed communications. Although RSA has traditionally been the more popular choice watch Sports due to its versatility and widespread use, DSA provides comparable security for key-based authentication, particularly when used with 2048-bit or larger key sizes.
Please sign in to leave a comment.