Generating SSH Keys
If you don’t already have SSH keys, generate them:~/.ssh/id_ed25519- Your private key (keep this secure!)~/.ssh/id_ed25519.pub- Your public key (used when creating clusters)
Saving Your Key to Your Profile
Save your public key to your TensorPool account so it’s automatically applied to every new cluster:-i each time you create a cluster:
Connecting to Clusters
Once your cluster is ready, connect using the TensorPool CLI:Best Practices
- Keep your private key secure: Never share your private key (
~/.ssh/id_ed25519) - Use strong passphrases: Protect your private key with a passphrase
- Restrict permissions: Ensure your private key has proper permissions (
chmod 600 ~/.ssh/id_ed25519)
Next Steps
- Learn about cluster management
- See the SSH keys guide for more details
- See the CLI reference for all
tp me sshkeycommands