Can i prevent other client connecting to my mdce

6 ビュー (過去 30 日間)
文文 林
文文 林 2021 年 12 月 16 日
回答済み: Shubham 2024 年 10 月 12 日
Anyone in LAN can find my cluster host and operate(such as destroy) my MJS. How can i prevent then connect?

回答 (1 件)

Shubham
Shubham 2024 年 10 月 12 日
To prevent unauthorized access to your MATLAB Job Scheduler (MJS) cluster, you can implement several security measures:
  1. Set Security Levels: Use the "SECURITY_LEVEL" parameter in the "mjs_def" file to set the desired security level. Higher security levels provide better protection.
  2. Enable Encrypted Communication: Set "USE_SECURE_COMMUNICATION = true" and "ALL_SERVER_SOCKETS_IN_CLUSTER = true" in the "mjs_def" file to ensure encrypted communication using TLSv1.3.
  3. Password Protection: Use password protection for jobs and tasks. Only authorized users with the correct password can access the jobs.
  4. LDAP Authentication: Set up LDAP server authentication for user logins to add an extra layer of security.
  5. Client Certificates: Use client certificates to verify the identity of users accessing the cluster3
By implementing these measures, you can significantly reduce the risk of unauthorized access to your MJS cluster. For more information regarding the cluster security while using MATLAB Job Scheduler, please refer to the following documentation: https://www.mathworks.com/help/matlab-parallel-server/set-matlab-job-scheduler-cluster-security.html
I hope this helps!

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by