feat: ssh multiplexing
This commit is contained in:
parent
129d3f0b72
commit
5d5397a0c0
|
@ -8,6 +8,8 @@
|
|||
'';
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
controlMaster = "auto";
|
||||
controlPersist = "5s";
|
||||
matchBlocks = let
|
||||
identityFile = ["~/.ssh/1.pub" "~/.ssh/2.pub"];
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue