I generally create new SSH keys for each separate git server using the following setup: ssh-keygen -t ed25519 -a 100 Unfortunately, Git doesn’t …