make ssh for your git profile
ssh-keygen -t ed25519 -C "[email protected]" -f ~/.ssh/id_ed25519_global
ssh-keygen -t ed25519 -C "[email protected]" -f ~/.ssh/id_ed25519_work
ssh-keygen -t ed25519 -C "[email protected]" -f ~/.ssh/id_ed25519_personal
usually I cp global to only id_ed25519 for default user