Generate ssh key for github - Kraft2k/icebox-rover GitHub Wiki
ssh-keygen -t ed25519 -C "[email protected]"
cd .ssh
cat id_ed25519.pub
Put this key on github account
ssh-keygen -t ed25519 -C "[email protected]"
cd .ssh
cat id_ed25519.pub
Put this key on github account