summaryrefslogtreecommitdiff
path: root/lib/ssh.nix
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-02-09 10:19:26 -0800
committerBen Sima <bsima@groq.com>2022-02-09 10:19:41 -0800
commitb8971c288c137657230e4ee7d6503509d04c2ddf (patch)
treebde0df9e37b6e36f0734fad35fef296ba4250d7b /lib/ssh.nix
parentbbfe10e663eb9113f5809f0ec95c80ba84649271 (diff)
fix ssh: groq -> simatime
Diffstat (limited to 'lib/ssh.nix')
-rw-r--r--lib/ssh.nix8
1 files changed, 0 insertions, 8 deletions
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";