9771f0c96c
The option services.openssh.hostKeys now allows specifying multiple host keys. The default value enables both a DSA and ECDSA key. (Clients by default will use the ECDSA key, unless known_hosts already has a DSA key for that host.) To use only an ECDSA key, you can say: services.openssh.hostKeys = [ { path = "/etc/ssh/ssh_host_ecdsa_key"; type = "ecdsa"; bits = 521; } ]; |
||
---|---|---|
doc | ||
gui | ||
lib | ||
maintainers | ||
modules | ||
tests | ||
.gitignore | ||
.version | ||
COPYING | ||
default.nix | ||
README | ||
release-combined.nix | ||
release.nix |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at http://nixos.org/nixos and in the manual in doc/manual.