|
1 | 1 | SSH Key Setup for Remote Clusters |
2 | 2 | ==================================== |
3 | 3 |
|
4 | | -Clustrix provides **automated SSH key setup** that transforms the traditional 15-30 minute manual process into a **15-second automated experience**. This feature eliminates the complexity of SSH configuration while maintaining security best practices. |
| 4 | +Clustrix provides **automated SSH key setup**: it generates a key, deploys |
| 5 | +it to the cluster and writes the ``~/.ssh/config`` entry in one call, instead |
| 6 | +of doing those three steps by hand. |
5 | 7 |
|
6 | 8 | .. note:: |
7 | 9 | **🚀 New in Clustrix**: Automated SSH key setup makes cluster access effortless! |
@@ -68,7 +70,8 @@ What the Automation Does |
68 | 70 | The automated SSH setup handles everything for you: |
69 | 71 |
|
70 | 72 | 🔑 **Key Generation** |
71 | | - - Creates Ed25519 keys (quantum-resistant, modern encryption) |
| 73 | + - Creates Ed25519 keys (modern elliptic-curve signatures; fast, |
| 74 | + compact, and widely supported) |
72 | 75 | - Proper file permissions (600 for private, 644 for public) |
73 | 76 | - Informative comments with timestamps |
74 | 77 |
|
@@ -353,7 +356,8 @@ Security Best Practices |
353 | 356 | Key Management |
354 | 357 | ~~~~~~~~~~~~~~ |
355 | 358 |
|
356 | | -1. **Use Ed25519 Keys**: Default in automated setup, quantum-resistant |
| 359 | +1. **Use Ed25519 Keys**: Default in automated setup; modern |
| 360 | + elliptic-curve signatures, preferred over RSA |
357 | 361 | 2. **Regular Rotation**: Use ``force_refresh=True`` periodically |
358 | 362 | 3. **Unique Keys**: Different keys for different clusters |
359 | 363 | 4. **Secure Storage**: Keys stored with proper permissions automatically |
@@ -390,4 +394,5 @@ Getting Help |
390 | 394 | - **SSH Key Automation**: `Issue #57 <https://github.com/ContextLab/clustrix/issues/57>`_ |
391 | 395 |
|
392 | 396 | .. note:: |
393 | | - **Remember**: 15 seconds of automation beats 15-30 minutes of manual setup! 🚀 |
| 397 | + **Remember**: one call replaces generating, deploying and configuring a |
| 398 | + key by hand. |
0 commit comments