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