I'm assuming you're familiar with git and it's trying to use SSH keys to access your repos and have multiple github accounts, lets say a personal a acc and a business acc.
ssh-keygen -t ed25519 -C "your@email.com"
I'm assuming you're familiar with git and it's trying to use SSH keys to access your repos and have multiple github accounts, lets say a personal a acc and a business acc.
ssh-keygen -t ed25519 -C "your@email.com"