Connect to your cluster’s instances over SSH with theDocumentation Index
Fetch the complete documentation index at: https://docs.tensorpool.dev/llms.txt
Use this file to discover all available pages before exploring further.
tp ssh command.
tp ssh
SSH into a running instance.Arguments
| Argument | Description |
|---|---|
instance_id | Instance ID to SSH into |
ssh_args | Additional SSH arguments to pass through (e.g. -i, -o, -v) |
Examples
Connect to an instance:Generating SSH Keys
If you don’t have SSH keys, generate them:~/.ssh/id_ed25519- Your private key (keep secure!)~/.ssh/id_ed25519.pub- Your public key (used when creating clusters)
Next Steps
- Manage your SSH keys with
tp me sshkey - See cluster commands