ssh: update paths to some identity files

This commit is contained in:
ItsDrike 2024-06-27 22:12:27 +02:00
parent 73c7b503ad
commit ee9c647cb3
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -13,12 +13,12 @@
"gitlab" = { "gitlab" = {
user = "git"; user = "git";
hostname = "gitlab.com"; hostname = "gitlab.com";
identityFile = "~/.ssh/git/gitlab"; identityFile = "~/.ssh/git/gitlab-itsdrike";
}; };
"github" = { "github" = {
user = "git"; user = "git";
hostname = "gitlab.com"; hostname = "gitlab.com";
identityFile = "~/.ssh/git/github"; identityFile = "~/.ssh/git/github-itsdrike";
}; };
# TODO: Figure out how to add protected/encrypted blocks here # TODO: Figure out how to add protected/encrypted blocks here
# I don't like the idea of expising IPs/hostnames in the config # I don't like the idea of expising IPs/hostnames in the config