From 0ae46bb84cafb0ae197de4f4c637c657ecb6f8fe Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 15 Sep 2023 14:32:15 +0200 Subject: [PATCH] ssh config --- modules/ssh.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index cf2b80a..1055ba8 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -44,6 +44,13 @@ port = 22; compression = true; }; + "rootEjNas" = { + hostname = "cloud.ej-altdorf.de"; + #hostname = "ej-altdorf.spdns.de"; + user = "root"; + port = 22; + compression = true; + }; "nas" = { hostname = "p1st.de"; @@ -51,7 +58,7 @@ port = 2222; compression = true; }; - "rootnas" = { + "rootNas" = { hostname = "p1st.de"; user = "root"; port = 2222;