Update 01/07/21

This commit is contained in:
Filippo Berto 2021-07-10 17:35:10 +02:00
parent 632185d7f8
commit 2d6084b28a
10 changed files with 182 additions and 120 deletions

View file

@ -3,43 +3,42 @@
enable = true;
compression = true;
matchBlocks = {
# "gitlab.com" = {
# hostname = "gitlab.com";
# identityFile = "~/.ssh/gitlab";
# identitiesOnly = true;
# };
# "github.com" = {
# hostname = "github.com";
# identityFile = "~/.ssh/github";
# identitiesOnly = true;
# };
# "bitbucket.com" = {
# hostname = "bitbucket.com";
# identityFile = "~/.ssh/bitbucket";
# identitiesOnly = true;
# };
# "aur.archlinux.org" = {
# hostname = "aur.archlinux.org";
# identityFile = "~/.ssh/aur";
# identitiesOnly = true;
# };
# "heroku.com" = {
# hostname = "heroku.com";
# identityFile = "~/.ssh/heroku";
# identitiesOnly = true;
# };
# "ngrok.io" = {
# hostname = "ngrok.io";
# identityFile = "~/.ssh/local";
# identitiesOnly = true;
# };
# "172.27.108.?" = {
# hostname = "172.27.108.?";
# identityFile = "~/.ssh/local";
# identitiesOnly = true;
# };
"gitlab.com" = {
hostname = "gitlab.com";
identityFile = "~/.ssh/gitlab";
identitiesOnly = true;
};
"github.com" = {
hostname = "github.com";
identityFile = "~/.ssh/github";
identitiesOnly = true;
};
"bitbucket.com" = {
hostname = "bitbucket.com";
identityFile = "~/.ssh/bitbucket";
identitiesOnly = true;
};
"aur.archlinux.org" = {
hostname = "aur.archlinux.org";
identityFile = "~/.ssh/aur";
identitiesOnly = true;
};
"heroku.com" = {
hostname = "heroku.com";
identityFile = "~/.ssh/heroku";
identitiesOnly = true;
};
"ngrok.io" = {
hostname = "ngrok.io";
identityFile = "~/.ssh/local";
identitiesOnly = true;
};
"*.local 172.27.108.*" = {
identityFile = "~/.ssh/local";
identitiesOnly = true;
};
"*" = {
identityFile = "~/.ssh/id_ed25519";
identityFile = "~/.ssh/id_ed25519";
};
};
};