Step 3

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

Create SSH keys for the desired user (in this case admin):

$ ssh-keygen -t rsa -C "admin@art.test.com"