* Purify the sshd configuration file (don't put it in /etc/ssh).

svn path=/nixos/trunk/; revision=7320
This commit is contained in:
Eelco Dolstra 2006-12-12 15:32:28 +00:00
parent 482a6625a9
commit 4b5b0d2c66
3 changed files with 1 additions and 6 deletions

View file

@ -41,11 +41,6 @@ import ../helpers/make-etc.nix {
target = "login.defs";
}
{ # SSH daemon configuration.
source = ./etc/sshd_config;
target = "ssh/sshd_config";
}
{ # The Upstart events defined above.
source = upstartJobs + "/etc/event.d";
target = "event.d";

View file

@ -26,7 +26,7 @@ start script
end script
respawn ${openssh}/sbin/sshd -D -h /etc/ssh/ssh_host_dsa_key -f /etc/ssh/sshd_config
respawn ${openssh}/sbin/sshd -D -h /etc/ssh/ssh_host_dsa_key -f ${./sshd_config}
";
}