I’m trying to SSH into my github account. I added my public key to my github account and it showed the fingerprint as something like this
SHA256:aYqWu+zL3hIOWTEGvneI90fehVQt9kuGVN7ov8WlTk8
When I SSH to git, it rejects me with
permission denied(publickey)
then I run
SSH -v
and see my client offered public key as
RSA SHA256:aYqWu+zL3hIOWTEGvneI90fehVQt9kuGVN7ov8WlTk8 macbookpro@MacBooks-MacBook-Pro.local
mine has extra username@host.
Can anyone help me to get rid of this? Thanks in advance!