Update users of `services.sshd'.

svn path=/nixos/trunk/; revision=20575
This commit is contained in:
Ludovic Courtès
2010-03-11 17:02:53 +00:00
parent d1b4b7fd28
commit 8e16742b79
10 changed files with 13 additions and 13 deletions

View File

@@ -83,8 +83,8 @@ with pkgs.lib;
# Allow root logins only using the SSH key that the user specified
# at instance creation time.
services.sshd.enable = true;
services.sshd.permitRootLogin = "without-password";
services.openssh.enable = true;
services.openssh.permitRootLogin = "without-password";
# Obtain the SSH key and host name at startup time.
jobs.fetchEC2Data =