diff options
Diffstat (limited to 'lib')
-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" = { |