Usage
Arguments
integer
required
id of instance to attach to
string
required
ssh key to attach to instance
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
vastai attach ssh instance_id ssh_key
vast attach ssh 12371 AAAAB3NzaC1yc2EAAA...
vast attach ssh 12371 $(cat ~/.ssh/id_rsa.pub)
vast attach ssh 12371 ~/.ssh/id_rsa.pub
All examples attaches the ssh key to instance 12371
| Option | Description |
|---|---|
--url URL | Server REST API URL |
--retry N | Retry limit |
--raw | Output machine-readable JSON |
--explain | Verbose explanation of API calls |
--api-key KEY | API key (defaults to ~/.config/vastai/vast_api_key) |