Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GIT LFS over SSH?

Tags:

git

ssh

git-lfs

Is it possible to do Git LFS over SSH?

I've read documentation and it seems git only does auth over SSH in LFS push. Here:

  • https://community.atlassian.com/t5/Bitbucket-questions/LFS-via-ssh/qaq-p/707647

they talk about how it is not supported

like image 370
darvin Avatar asked Sep 18 '25 11:09

darvin


1 Answers

Brian M. Carlson added full SSH support to git-lfs in version 3.0! So you should be able to upgrade git and the git-lfs plugin and you'll be good to go!

Thank you @mstrap

like image 62
hobs Avatar answered Sep 20 '25 13:09

hobs