mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
debug ssh
This commit is contained in:
@@ -14,15 +14,18 @@
|
|||||||
path = "${config.home.homeDirectory}/.ssh/extern";
|
path = "${config.home.homeDirectory}/.ssh/extern";
|
||||||
mode = "0600";
|
mode = "0600";
|
||||||
};
|
};
|
||||||
programs.ssh.matchBlocks = {
|
programs.ssh = {
|
||||||
"intern" = {
|
enable = true;
|
||||||
host = "*";
|
matchBlocks = {
|
||||||
identityFile = "${config.home.homeDirectory}/.ssh/intern";
|
"intern" = {
|
||||||
|
host = "*";
|
||||||
|
identityFile = "${config.home.homeDirectory}/.ssh/intern";
|
||||||
|
};
|
||||||
|
"extern" = {
|
||||||
|
host = "*";
|
||||||
|
identityFile = "${config.home.homeDirectory}/.ssh/extern";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
"extern" = {
|
};
|
||||||
host = "*";
|
|
||||||
identityFile = "${config.home.homeDirectory}/.ssh/extern";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user