Enable SSH to get a web terminal on this device. Paste your SSH public key below to get started.
How do I get an SSH key?
Open a terminal on your computer and run:
ssh-keygen -t ed25519 -C "your@email.com"
Press Enter to accept defaults. Then copy the public key:
cat ~/.ssh/id_ed25519.pub
Windows (PowerShell):
Get-Content $env:USERPROFILE\.ssh\id_ed25519.pub
Paste the entire output (starts with ssh-ed25519) into the field above.