SSH Key Generation
Use this for the most secure key generation
ssh-keygen -t ed25519 -a 100 -C "your_email@example.com"
Remove keys
ssh-keygen -R
Use this for the most secure key generation
ssh-keygen -t ed25519 -a 100 -C "your_email@example.com"
ssh-keygen -R