From cba425fc5ad7107cea6055c924b38fc2b8b1f128 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 3 Jan 2024 15:35:46 +0100 Subject: [PATCH] ssh-client --- modules/ssh-client.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index 36f5dfe..4b4a87e 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -93,6 +93,12 @@ port = 2226; compression = true; }; + "rootHedgehog" = { + hostname = "p1st.de"; + user = "root"; + port = 2226; + compression = true; + }; "unlockHedgehog" = { hostname = "p1st.de"; user = "root";