From fb99c3195e5e3ddc0d422e869600bd8d59092baa Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 29 Nov 2021 17:25:21 -0500 Subject: Commenting sft thing bc it breaks stuff --- lib/ssh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ssh.nix b/lib/ssh.nix index 9cbb05b..c7b3923 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -10,9 +10,9 @@ in { StrictHostKeyChecking=accept-new # sft ssh-config - Match exec "/usr/local/bin/sft resolve -q %h" - ProxyCommand "/usr/local/bin/sft" proxycommand %h - UserKnownHostsFile "/Users/bsima/Library/Application Support/ScaleFT/proxycommand_known_hosts" + #Match exec "/usr/local/bin/sft resolve -q %h" + # ProxyCommand "/usr/local/bin/sft" proxycommand %h + # UserKnownHostsFile "/Users/bsima/Library/Application Support/ScaleFT/proxycommand_known_hosts" ''; matchBlocks = { "github.com" = { -- cgit v1.2.3