diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-15 19:19:07 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-15 19:19:07 +0100 |
commit | 6f3c2b3b8aa7bee151bc232fbf266075e49bd132 (patch) | |
tree | 0acbdddde3e999eea4e27b377f03995f9f246de0 /system-profiles/openssh/default.nix | |
parent | a0e6d494a0aeb1e8c26e3587a9eee68430c0c45b (diff) | |
download | nixos-6f3c2b3b8aa7bee151bc232fbf266075e49bd132.tar nixos-6f3c2b3b8aa7bee151bc232fbf266075e49bd132.tar.gz nixos-6f3c2b3b8aa7bee151bc232fbf266075e49bd132.tar.bz2 nixos-6f3c2b3b8aa7bee151bc232fbf266075e49bd132.tar.xz nixos-6f3c2b3b8aa7bee151bc232fbf266075e49bd132.zip |
openssh: ...
Diffstat (limited to 'system-profiles/openssh/default.nix')
-rw-r--r-- | system-profiles/openssh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/openssh/default.nix b/system-profiles/openssh/default.nix index cd7ec025..464f6b0f 100644 --- a/system-profiles/openssh/default.nix +++ b/system-profiles/openssh/default.nix | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | programs.ssh = { | 23 | programs.ssh = { |
24 | ciphers = [ "chacha20-poly1305@openssh.com" "aes256-gcm@openssh.com" "aes256-ctr" ]; | 24 | ciphers = [ "chacha20-poly1305@openssh.com" "aes256-gcm@openssh.com" "aes256-ctr" ]; |
25 | hostKeyAlgorithms = [ "ssh-ed25519-cert-v01@openssh.com" "ssh-rsa-cert-v01@openssh.com" "ssh-ed25519" "ssh-rsa" ]; | 25 | 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" ]; |
26 | kexAlgorithms = [ "curve25519-sha256@libssh.org" "diffie-hellman-group-exchange-sha256" ]; | 26 | kexAlgorithms = [ "curve25519-sha256@libssh.org" "diffie-hellman-group-exchange-sha256" ]; |
27 | macs = [ "hmac-sha2-256-etm@openssh.com" "hmac-sha2-256" "hmac-sha2-512-etm@openssh.com" "hmac-sha2-512" ]; | 27 | macs = [ "hmac-sha2-256-etm@openssh.com" "hmac-sha2-256" "hmac-sha2-512-etm@openssh.com" "hmac-sha2-512" ]; |
28 | pubkeyAcceptedKeyTypes = [ "ssh-ed25519" "ssh-rsa" ]; | 28 | pubkeyAcceptedKeyTypes = [ "ssh-ed25519" "ssh-rsa" ]; |