summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-22 12:07:52 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-22 12:07:52 +0100
commit670ef0acb7bbf3703194a9737c140a41eb1e1c80 (patch)
tree9ce5a8fd1b569dff077da72aa8682582af0f9e0e /system-profiles
parentd14afc2894984707ed5a925a8ae955add6857469 (diff)
downloadnixos-670ef0acb7bbf3703194a9737c140a41eb1e1c80.tar
nixos-670ef0acb7bbf3703194a9737c140a41eb1e1c80.tar.gz
nixos-670ef0acb7bbf3703194a9737c140a41eb1e1c80.tar.bz2
nixos-670ef0acb7bbf3703194a9737c140a41eb1e1c80.tar.xz
nixos-670ef0acb7bbf3703194a9737c140a41eb1e1c80.zip
openssh: verbose
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/openssh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-profiles/openssh/default.nix b/system-profiles/openssh/default.nix
index 5009dea3..6370b920 100644
--- a/system-profiles/openssh/default.nix
+++ b/system-profiles/openssh/default.nix
@@ -21,6 +21,7 @@
21 extraConfig = '' 21 extraConfig = ''
22 HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519,rsa-sha2-256,rsa-sha2-512 22 HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519,rsa-sha2-256,rsa-sha2-512
23 ''; 23 '';
24 logLevel = "VERBOSE";
24 }; 25 };
25 26
26 programs.ssh = { 27 programs.ssh = {