SSH keys provide secure, password-less authentication to your Breezes. Adding one to your account lets you select it during deployment.
Generate an SSH Key
If you don't already have one, generate a key pair on your local machine:
ssh-keygen -t ed25519 -C "your-email@example.com"Press Enter to accept the default file location. Optionally set a passphrase for extra security.
Copy Your Public Key
cat ~/.ssh/id_ed25519.pubCopy the entire output.
Add to Kazepute
- Go to Account → SSH Keys
- Click Add SSH Key
- Enter a name (e.g., "My Laptop")
- Paste your public key
- Click Save
Your key is now available when deploying new Breezes.