Add SSH Hosts for B3K.
This commit is contained in:
parent
43c58c66c9
commit
9910310361
10
.ssh/config
10
.ssh/config
|
@ -1 +1,11 @@
|
|||
AddKeysToAgent yes
|
||||
|
||||
Host b3k-github
|
||||
Hostname github.com
|
||||
IdentityFile ~/.ssh/id_ed25519_b3k
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host b3k-sourcehut
|
||||
Hostname git.sr.ht
|
||||
IdentityFile ~/.ssh/id_ed25519_b3k
|
||||
IdentitiesOnly yes
|
||||
|
|
Loading…
Reference in New Issue