From 8399e42819e43611cd39663f28adfd80151c86f0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2022 08:51:56 +0200 Subject: gkleen@sif: ... --- system-profiles/openssh/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system-profiles') diff --git a/system-profiles/openssh/default.nix b/system-profiles/openssh/default.nix index 19bc46b7..47908682 100644 --- a/system-profiles/openssh/default.nix +++ b/system-profiles/openssh/default.nix @@ -54,6 +54,8 @@ in { extraConfig = '' Host * CASignatureAlgorithms sk-ssh-ed25519@openssh.com,ssh-ed25519,rsa-sha2-256,rsa-sha2-512 + PasswordAuthentication no + KbdInteractiveAuthentication no ''; }; -- cgit v1.2.3