summaryrefslogtreecommitdiff
path: root/system-profiles/openssh
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-05-13 08:51:56 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-05-13 08:51:56 +0200
commit8399e42819e43611cd39663f28adfd80151c86f0 (patch)
tree49515e86ca5d07dd0bac53374e5e9db030c55ddd /system-profiles/openssh
parent0749ba0450fab16fda5d3127f9ac4568b2a946e2 (diff)
downloadnixos-8399e42819e43611cd39663f28adfd80151c86f0.tar
nixos-8399e42819e43611cd39663f28adfd80151c86f0.tar.gz
nixos-8399e42819e43611cd39663f28adfd80151c86f0.tar.bz2
nixos-8399e42819e43611cd39663f28adfd80151c86f0.tar.xz
nixos-8399e42819e43611cd39663f28adfd80151c86f0.zip
gkleen@sif: ...
Diffstat (limited to 'system-profiles/openssh')
-rw-r--r--system-profiles/openssh/default.nix2
1 files changed, 2 insertions, 0 deletions
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 {
54 extraConfig = '' 54 extraConfig = ''
55 Host * 55 Host *
56 CASignatureAlgorithms sk-ssh-ed25519@openssh.com,ssh-ed25519,rsa-sha2-256,rsa-sha2-512 56 CASignatureAlgorithms sk-ssh-ed25519@openssh.com,ssh-ed25519,rsa-sha2-256,rsa-sha2-512
57 PasswordAuthentication no
58 KbdInteractiveAuthentication no
57 ''; 59 '';
58 }; 60 };
59 61