From d52d54d5aa609e208a1c82fc9fd460350708a136 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 2 Jan 2025 00:22:27 +0100 Subject: [PATCH] ssh: cleanup --- home/programs/ssh/shared/work.nix | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/home/programs/ssh/shared/work.nix b/home/programs/ssh/shared/work.nix index 59753ec..54215ac 100644 --- a/home/programs/ssh/shared/work.nix +++ b/home/programs/ssh/shared/work.nix @@ -10,14 +10,6 @@ compression = true; }; - "nedeco-smartos-hosting" = { - host = "10.0.90.*"; - port = 22; - user = "root"; - identityFile = "~/.ssh/nedeco.pub"; - identitiesOnly = true; - }; - "msc.nedeco.local" = { port = 22; user = "root"; @@ -25,25 +17,6 @@ identitiesOnly = true; }; - "headnode.nedeco-hosting.local" = { - hostname = "10.0.90.13"; - port = 22; - user = "root"; - extraOptions = { - PreferredAuthentications = "password"; - }; - }; - - "cnode01.nedeco-hosting.local" = { - hostname = "10.0.88.45"; - port = 22; - user = "root"; - proxyCommand = "ssh headnode.nedeco-hosting.local nc -w 120 %h %p"; - extraOptions = { - PreferredAuthentications = "password"; - }; - }; - "192.168.8.141" = { port = 22; user = "root";