aboutsummaryrefslogtreecommitdiff
path: root/nix/users
diff options
context:
space:
mode:
Diffstat (limited to 'nix/users')
-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";
};
};
};