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
2 comments
Sistem portal ini adalah platform yang dibangunkan oleh Kementerian Pendidikan Malaysia untuk menyimpan dan mengesahkan kelayakan pengguna dari pelbagai sektor, termasuk kakitangan id me kementerian, agensi, institusi swasta, pelajar, ibu bapa, penjaga, pendidik, pengusaha institusi, serta orang awam. Sistem ini berfungsi sebagai repositori utama bagi pengurusan identiti pengguna, memastikan setiap kelayakan ditandakan dengan peranan tertentu untuk mengawal kebolehcapaian modul dalam Sistem Bersepadu KPM (MOEIS).
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.