adding ssh keys

This commit is contained in:
2023-03-09 14:50:04 +00:00
parent aa6ce0d50d
commit 827650d2a5

View File

@@ -131,7 +131,7 @@ programs = {
}; };
"github.com" = { "github.com" = {
user = "git"; user = "git";
identityFile = "~/.ssh/id_rsa"; identityFile = "~/.ssh/id_rsa_git";
}; };
"odroid*" = { "odroid*" = {
user = "root"; user = "root";