diff --git a/home-manager/modules/ssh/default.nix b/home-manager/modules/ssh/default.nix index 68aa434..eb0f82e 100644 --- a/home-manager/modules/ssh/default.nix +++ b/home-manager/modules/ssh/default.nix @@ -19,6 +19,7 @@ in "*" = { identityFile = if var.workSystem then horusKey else personalKey; identitiesOnly = true; + forwardAgent = true; extraOptions = { Ciphers = "chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr"; KexAlgorithms = "curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256";