Skip to content

Commit

Permalink
chore(ssh): add hugging face template
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed Sep 27, 2024
1 parent 01f2aa6 commit 6fed76d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf.d/ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ Host gitlab.com
IdentityFile ~/.ssh/gitlab_rsa
ServerAliveInterval 300
ServerAliveCountMax 10

# huggingface
Host hf.co
User git
HostName hf.co
PreferredAuthentications publickey
IdentityFile ~/.ssh/huggingface_rsa
ServerAliveInterval 300
ServerAliveCountMax 10

0 comments on commit 6fed76d

Please sign in to comment.