Added SSH-Config for mow0m
Some checks failed
/ Check Nix Flake (push) Failing after 57s

This commit is contained in:
Kaybee 2025-05-10 11:31:29 +02:00
parent 183f721612
commit f947e32327
Signed by: kb01
SSH key fingerprint: SHA256:kv2GYUy1MZEqusYnS+Y9nMgrpv77jhm+3kknl3UGV1k

View file

@ -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;