Generate new keys:

ssh-keygen -t ed25519 -C "your_email@example.com"

Show public key:

cat .ssh/id_ed25519.pub

👉 GitHub: Generating a new SSH key and adding it to the ssh-agent