SSH
Connect DigitalOcean droplets with SSH
First, create a key pair. This will eventually create a private key and a public key under ~/.ssh directory on your machine. $ ssh-keygen -t ed25519 It will ask the location to which it store the key files. You can specify your preferred location if needed. Enter file in which to