Skip to content

Commit

Permalink
Revert "Merge pull request #394 from kachick/fix-overriden-addKeysToA…
Browse files Browse the repository at this point in the history
…gent"

This reverts commit 8b136f3, reversing
changes made to 3f8ad9c.
  • Loading branch information
kachick committed Mar 31, 2024
1 parent df28490 commit 84ef9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ in
controlMaster = "auto";
controlPersist = "10m";

addKeysToAgent = "yes";

# Enable custom or temporary config without `home-manager switch`
includes = [
"${sshDir}/config.local"
Expand All @@ -56,6 +54,8 @@ in
# https://www.clear-code.com/blog/2023/4/3/recommended-ssh-config.html
# https://gitlab.com/clear-code/ssh.d/-/blob/main/global.conf?ref_type=heads
extraConfig = ''
AddKeysToAgent yes
PasswordAuthentication no
# default: "ask" - I'm disabling it for now
Expand Down

0 comments on commit 84ef9f6

Please sign in to comment.