Skip to content

Commit

Permalink
push uxqwtxtmouom (#914)
Browse files Browse the repository at this point in the history
* chore: remove lazyjj patch

* fix: no persistent ssh sessions to github
  • Loading branch information
johnae authored Oct 9, 2024
1 parent 3b67bc9 commit deb75ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/profiles/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
forwardAgent = false;
extraOptions = {
preferredAuthentications = "publickey";
controlMaster = "no";
controlPath = "none";
};
};
};
Expand Down

0 comments on commit deb75ad

Please sign in to comment.