Add support for the new pure SSH-based LFS protocol
Now that a pure SSH-based protocol has been merged in Git LFS (https://github.com/git-lfs/git-lfs/pull/4446), it would be great if GitLab could support this.
This will help in environments in which SSH is the only supported/permitted protocol, and in environments where having traffic go over HTTPS is cumbersome, for example environments where HTTPS traffic is protected by SSL client certificate authentication.
Edited by Ash McKenzie