From b8971c288c137657230e4ee7d6503509d04c2ddf Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 9 Feb 2022 10:19:26 -0800 Subject: fix ssh: groq -> simatime --- lib/ssh.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/ssh.nix') diff --git a/lib/ssh.nix b/lib/ssh.nix index dce8f52..e491d46 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -6,14 +6,6 @@ in { programs.ssh = { enable = true; forwardAgent = true; - extraConfig = '' - #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" - ''; matchBlocks = { "github.com" = { hostname = "github.com"; -- cgit v1.2.3