SSH
Create public/private keys
ssh-keygen -t ed25519 -C "your_email@example.com"
The keys are stored in
~/.ssh/id_ed25519
Then you add the key to your agent
ssh-add ~/.ssh/id_ed25519
Create public/private keys
ssh-keygen -t ed25519 -C "your_email@example.com"
The keys are stored in
~/.ssh/id_ed25519
Then you add the key to your agent
ssh-add ~/.ssh/id_ed25519