Step 6

ARTIFACTORY: How to Authenticate a Git LFS Repository via SSH

AuthorFullName__c
Sam Rosenstein
articleNumber
000005189
ft:sourceType
Salesforce
FirstPublishedDate
2021-12-27T08:28:29Z
lastModifiedDate
2024-03-10T07:49:14Z
VersionNumber
8

Edit the .lfsconfig file to reflect the current configuration using SSH:

$ cat .lfsconfig
[lfs]
url = "ssh://admin@art.test.com:1339/artifactory/git-lfs-local"

Afterwards, It should be possible to authenticate the Artifactory Git LFS repository using SSH.