After enabling LFS on my Gitlab repo I have suddenly started getting SSH errors when I push:
>git push
Enter passphrase for key '/c/Users/owner/.ssh/id_rsa':
Git LFS: (0 of 1 files) 0 B / 195.57 MB
batch request: exit status 255: Permission denied (publickey).
error: failed to push some refs to 'git@gitlab.com:axumgfx/docs.git'
Is there an extra step required to authenticate LFS via SSH? I have SSH key and passphrase setup and it works fine before enabling LFS.