git pulling with an Ed25519 ssh kepair seems to fail.
ssh-keygen -t Ed25519 -C (whoami)@HOSTNAME -q -f ~/.ssh/id_Ed25519 -N ""
~]# git clone git@gitlab.com:redacted/redacted.git
Cloning into 'redacted'...
The authenticity of host 'gitlab.com (104.210.2.228)' can't be established.
ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1x8xdGUrliXFzSnUw.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gitlab.com,104.210.2.228' (ECDSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[root@redacted ~]# git clone git@gitlab.com:redacted/redacted.git
Cloning into 'redacted'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.