From c557523bd6fb893fb7cbf6456fffe1f1df5fc815 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 4 Jan 2025 23:42:14 -0600 Subject: [PATCH] configured ssh options --- modules/home-manager-modules/openssh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager-modules/openssh.nix b/modules/home-manager-modules/openssh.nix index 652b0fb..12107c8 100644 --- a/modules/home-manager-modules/openssh.nix +++ b/modules/home-manager-modules/openssh.nix @@ -43,7 +43,8 @@ services.ssh-agent.enable = true; programs.ssh = { enable = true; - addKeysToAgent = "yes"; + compression = true; + addKeysToAgent = "prompt"; }; systemd.user.services = builtins.listToAttrs (