SSH Keys & Startup Scripts¶
The Verda CLI lets you manage SSH keys and startup scripts used during instance creation.
SSH Keys¶
SSH keys are used to authenticate when connecting to your instances.
List SSH keys¶
Add an SSH key¶
The CLI prompts you for a name and the public key content.
Delete an SSH key¶
Startup Scripts¶
Startup scripts run automatically when an instance boots for the first time. Common uses include installing packages, pulling repositories, and configuring services.
List startup scripts¶
Add a startup script¶
The CLI prompts you for a name and the script content.