# Generate SSH key
ssh-keygen -t ed25519 -C "tushar@example.com"
# Store the above in a file "~/.ssh/id_github_ed25519"
# Start ssh agent in the background
eval "$(ssh-agent -s)"
# Generate SSH key
ssh-keygen -t ed25519 -C "tushar@example.com"
# Store the above in a file "~/.ssh/id_github_ed25519"
# Start ssh agent in the background
eval "$(ssh-agent -s)"