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

Configure Feed

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

add default ssh config

kacaii 748f61f4 a9572668

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