diff options
author | ubq323 <ubq323@ubq323.website> | 2024-08-21 13:28:23 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-08-21 13:28:33 +0100 |
commit | 04dce7bcd6d2ec8928a5ec70973cd5fee41aa295 (patch) | |
tree | 90e336d0ef2385c410fbbc161873fee1c73ee33d /.ssh/config | |
parent | 13e77a6da6361ecf185ef46fe09b16115a77aea0 (diff) |
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 83bc6d6..e8bc958 100644 --- a/.ssh/config +++ b/.ssh/config @@ -33,3 +33,13 @@ Host newjerver Host media Hostname 192.168.0.17 User mj + +Host github + HostName github.com + User git + IdentityFile ~/.ssh/id_github + +Host srht + HostName git.sr.ht + User git + IdentityFile ~/.ssh/id_srht |