๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add github to ssh config

kacaii 4b4d83b3 1755f5f7

+7
+7
.ssh/config
··· 4 4 AddKeysToAgent yes 5 5 PreferredAuthentications publickey 6 6 IdentityFile ~/.ssh/tangled 7 + 8 + Host github 9 + HostName github.com 10 + User git 11 + AddKeysToAgent yes 12 + PreferredAuthentications publickey 13 + IdentityFile ~/.ssh/github