aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-18 08:31:39 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-18 08:31:39 -0700
commiteba3733d69075a90cf853f3d0d2bdb3cd17af608 (patch)
tree5d3d3bfeb5daee79a473cda126bdb0ee5b5afc70 /nix
parentaspect is light for macos (diff)
downloadinfra-eba3733d69075a90cf853f3d0d2bdb3cd17af608.tar.gz
no control mater for github
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/ssh.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/users/fcuny/ssh.nix b/nix/users/fcuny/ssh.nix
index cd69122..ec407ce 100644
--- a/nix/users/fcuny/ssh.nix
+++ b/nix/users/fcuny/ssh.nix
@@ -16,6 +16,8 @@
forwardAgent = false;
extraOptions = {
preferredAuthentications = "publickey";
+ controlMaster = "no";
+ controlPath = "none";
};
};
"github.rbx.com" = {
@@ -24,6 +26,8 @@
forwardAgent = false;
extraOptions = {
preferredAuthentications = "publickey";
+ controlMaster = "no";
+ controlPath = "none";
};
};
};