From 92b3f462f3ca9f41422fbf43694397b107151fe6 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 18 Sep 2023 12:44:37 +0200 Subject: [PATCH] ssh config --- modules/ssh-client.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index e45c2b5..59f68ab 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -29,12 +29,19 @@ port = 2225; compression = true; }; + "pi3bplus" = { hostname = "fckjpbxxim36c1gb.myfritz.net"; user = "yoda"; port = 22; compression = true; }; + "rootPi3bplus" = { + hostname = "fckjpbxxim36c1gb.myfritz.net"; + user = "root"; + port = 22; + compression = true; + }; "ejNas" = { hostname = "cloud.ej-altdorf.de";