Compute – SSH Keys
What this page covers
Basic example
resource "verda_ssh_key" "main" {
name = "admin-key"
public_key = file("~/.ssh/id_rsa.pub")
}Required fields
Attaching SSH keys to instances
Using existing SSH keys
SSH key generation
Key rotation and removal
Importing existing SSH keys
Best practices
Troubleshooting
Last updated
Was this helpful?