From 5091885b8155cad98096aeb64f295c239abff911 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 3 Nov 2023 16:24:42 +0100 Subject: [PATCH] refactor ssh names --- modules/ssh-client.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/ssh-client.nix b/modules/ssh-client.nix index b5f0a6c..9523cb5 100644 --- a/modules/ssh-client.nix +++ b/modules/ssh-client.nix @@ -7,7 +7,7 @@ enable = true; userKnownHostsFile = "~/.ssh/known_hosts ${../assets/ssh/known_hosts}"; matchBlocks = { - "rootYodaHP" = { + "rootHP" = { hostname = "192.168.178.108"; user = "root"; port = 22; @@ -33,13 +33,13 @@ port = 2224; compression = true; }; - "rootYodaYoga" = { + "rootYoga" = { hostname = "p1st.de"; user = "root"; port = 2224; compression = true; }; - "unlockYodaYoga" = { + "unlockYoga" = { hostname = "p1st.de"; user = "root"; port = 2225; @@ -81,7 +81,7 @@ port = 2226; compression = true; }; - "unlockYodaHedgehog" = { + "unlockHedgehog" = { hostname = "p1st.de"; user = "root"; port = 2227; @@ -95,13 +95,13 @@ port = 2222; compression = true; }; - "rootYodaNas" = { + "rootNas" = { hostname = "p1st.de"; user = "root"; port = 2222; compression = true; }; - "unlockYodaNas" = { + "unlockNas" = { hostname = "p1st.de"; user = "root"; port = 2223;