Skip to content

Added LFS support to SSH

Patricio Cano requested to merge lfs-support-for-ssh into master

What does this MR do?

Adds the much requested LFS support to SSH. It also allows DeployKeys to download LFS files without having to do anything extra!

HTTP access is still required, since that is what is used to retrieve the LFS data, but authentication happens with the user's SSH Key, so there is no need to input any credentials.

These merge request depends on GitLab Shell being updated with gitlab-shell!86 (merged) .

What are the relevant issue numbers?

#3589 (closed)

Screenshots (if relevant)

Screen_Shot_2016-08-24_at_7.36.22_PM Screen_Shot_2016-08-24_at_7.36.22_PM

cc @jacobvosmaer-gitlab @marin

Merge request reports