diff options
author | Ben Sima <ben@bsima.me> | 2021-11-29 17:25:21 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-29 17:25:21 -0500 |
commit | fb99c3195e5e3ddc0d422e869600bd8d59092baa (patch) | |
tree | 0da136a931f231a69909162684f1b7d4ddb563a1 | |
parent | 3afae79770852fda9a747fc993d28bb2c5ea364c (diff) |
Commenting sft thing bc it breaks stuff
-rw-r--r-- | lib/ssh.nix | 6 |
1 files 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" = { |