mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
ssh: update paths to some identity files
This commit is contained in:
parent
73c7b503ad
commit
ee9c647cb3
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue