Connection Details
Find your pod’s SSH details on the SSH tab of the pod detail page, or via the CLI:Adding SSH Keys
Via CLI
Via Dashboard
- Go to your pod’s SSH tab
- Paste your public key in the text field
- Click Add Key
Via API
At Pod Creation
You can also include an SSH key when creating a pod:Quick Connect via CLI
The CLI has a built-in SSH command:Host Key Verification
InstaPods uses Trust On First Use (TOFU) for SSH security:- First connection: The host key is automatically accepted and saved to
~/.ssh/known_hosts - Subsequent connections: The saved key is verified. If it matches, you connect normally
- Key mismatch: You’ll see a warning. This shouldn’t happen for a running pod
known_hosts file to prevent conflicts when the SSH port is reused.