From 6fccc77d7a72fc9e660ca88600b4efc77d43ebc7 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Fri, 16 Aug 2024 09:57:33 +0200 Subject: [PATCH] Remove paranoid kexAlgo again due to issues with juicessh and ghub --- os-mods/common/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/os-mods/common/default.nix b/os-mods/common/default.nix index 6a42d02..c22865b 100644 --- a/os-mods/common/default.nix +++ b/os-mods/common/default.nix @@ -159,11 +159,6 @@ in # enableSSHSupport = true; # breaks gitea foo pinentryPackage = lib.mkForce pkgs.pinentry-qt; }; - ssh = { - kexAlgorithms = [ - "sntrup761x25519-sha512@openssh.com" - ]; - }; }; services = {