This commit is contained in:
parent
183f721612
commit
f947e32327
1 changed files with 14 additions and 0 deletions
|
@ -122,6 +122,20 @@ in {
|
||||||
identityFile = "/home/kb/.ssh/master@kb-senfnvp";
|
identityFile = "/home/kb/.ssh/master@kb-senfnvp";
|
||||||
port = 9553;
|
port = 9553;
|
||||||
};
|
};
|
||||||
|
programs.ssh.matchBlocks."master@mow0m" = {
|
||||||
|
host = "mow0m";
|
||||||
|
hostname = "mow0m.lan";
|
||||||
|
user = "master";
|
||||||
|
identityFile = "/home/kb/.ssh/master@mow0m";
|
||||||
|
port = 9553;
|
||||||
|
};
|
||||||
|
programs.ssh.matchBlocks."remoteunlock-mow0m" = {
|
||||||
|
host = "mow0m";
|
||||||
|
hostname = "mow0m.lan";
|
||||||
|
user = "root";
|
||||||
|
identityFile = "/home/kb/.ssh/remoteunlock-mow0m";
|
||||||
|
port = 2550;
|
||||||
|
};
|
||||||
|
|
||||||
programs.helix.enable = true;
|
programs.helix.enable = true;
|
||||||
programs.helix.defaultEditor = true;
|
programs.helix.defaultEditor = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue