From d9c26ada691636e2740eb1207fae7ab2d5c7db54 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Fri, 8 Dec 2023 15:47:29 +0800 Subject: [PATCH] home/ssh: remove proxyCommand for ict-malcon --- home/lyc/modules/programs/ssh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/lyc/modules/programs/ssh.nix b/home/lyc/modules/programs/ssh.nix index a9fe8aa..9657fcd 100644 --- a/home/lyc/modules/programs/ssh.nix +++ b/home/lyc/modules/programs/ssh.nix @@ -39,7 +39,6 @@ hostname = "10.3.2.104"; user = "lyc"; port = 22; - proxyCommand = "nc -x 127.0.0.1:1080 %h %p"; }; ict-repo = { hostname = "10.3.2.104";