diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-18 08:31:39 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-18 08:31:39 -0700 |
| commit | eba3733d69075a90cf853f3d0d2bdb3cd17af608 (patch) | |
| tree | 5d3d3bfeb5daee79a473cda126bdb0ee5b5afc70 /nix | |
| parent | aspect is light for macos (diff) | |
| download | infra-eba3733d69075a90cf853f3d0d2bdb3cd17af608.tar.gz | |
no control mater for github
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/ssh.nix | 4 |
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"; }; }; }; |
