Better snapper + various fixes
This commit is contained in:
parent
98e4871193
commit
30efa48b7d
14 changed files with 237 additions and 54 deletions
|
|
@ -3,41 +3,41 @@
|
|||
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;
|
||||
# };
|
||||
# "172.27.108.?" = {
|
||||
# hostname = "172.27.108.?";
|
||||
# identityFile = "~/.ssh/local";
|
||||
# identitiesOnly = true;
|
||||
# };
|
||||
"*" = {
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue