fra1-b: use spipe with shorthand

This commit is contained in:
2024-09-30 22:26:54 +03:00
parent 78545ebab4
commit 00f806f63a
3 changed files with 16 additions and 11 deletions

View File

@@ -30,6 +30,10 @@
programs.ssh.extraConfig = ''
Host fra1-b.jakstys.lt jakstys.lt
ProxyCommand ${pkgs.spiped}/bin/spipe -t %h:8022 -k ${cfg.keyfile}
Host fra1-b
HostName fra1-b.jakstys.lt
ProxyCommand ${pkgs.spiped}/bin/spipe -t %h:8022 -k ${cfg.keyfile}
'';
}
)