Generating SSH keys
Creating and Copying SSH Elliptic Curve Keys
Generating SSH Keys
ssh-keygen -t ed25519 -C "[email protected]"Copy Your Public Key
cat ~/.ssh/id_ed25519.pub | pbcopyGet-Content ~\.ssh\id_ed25519.pub | Set-ClipboardLast updated