Update ssh config
This commit is contained in:
parent
aa40311313
commit
3a3c58719e
|
@ -147,15 +147,15 @@
|
||||||
"bloodletting" = { hostname = "technogothic.net"; };
|
"bloodletting" = { hostname = "technogothic.net"; };
|
||||||
|
|
||||||
"backups" = {
|
"backups" = {
|
||||||
match = ''originalhost backups exec "ip r | rg 10.42.0.0/24"'';
|
match = ''originalhost backups exec "ip r | rg 10.21.0.0/16"'';
|
||||||
hostname = "10.20.1.2";
|
hostname = "10.20.1.2";
|
||||||
user = "agatha";
|
user = "agatha";
|
||||||
identityFile = [ "~/.ssh/id_ed25519" ];
|
identityFile = [ "~/.ssh/id_ed25519" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"work" = {
|
"work" = {
|
||||||
match = ''originalhost work exec "ip r | rg 10.42.0.0/24"'';
|
match = ''originalhost work exec "ip r | rg 10.21.0.0/16"'';
|
||||||
hostname = "10.42.0.222";
|
hostname = "10.21.221.6";
|
||||||
forwardX11 = true;
|
forwardX11 = true;
|
||||||
forwardX11Trusted = true;
|
forwardX11Trusted = true;
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
|
@ -167,8 +167,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"ritual" = {
|
"ritual" = {
|
||||||
match = ''originalhost ritual exec "ip r | rg 10.42.0.0/24"'';
|
match = ''originalhost ritual exec "ip r | rg 10.21.0.0/16"'';
|
||||||
hostname = "10.42.0.104";
|
hostname = "10.21.221.60";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue