summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--contrib/cygwin/ssh-host-config1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f9031ff9..499d3d2a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120120622
2 - (dtucker) [contrib/cygwin/ssh-host-config] Ensure that user sshd runs as
3 can logon as a service. Patch from vinschen at redhat com.
4
120120620 520120620
2 - (djm) OpenBSD CVS Sync 6 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2011/12/02 00:41:56 7 - djm@cvs.openbsd.org 2011/12/02 00:41:56
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config
index 3ac39a621..3c9046f5f 100644
--- a/contrib/cygwin/ssh-host-config
+++ b/contrib/cygwin/ssh-host-config
@@ -493,6 +493,7 @@ install_service() {
493 -a "-D" -y tcpip "${cygwin_env[@]}" \ 493 -a "-D" -y tcpip "${cygwin_env[@]}" \
494 -u "${run_service_as}" -w "${password}" 494 -u "${run_service_as}" -w "${password}"
495 then 495 then
496 /usr/bin/editrights -u "${run_service_as}" -a SeServiceLogonRight
496 echo 497 echo
497 csih_inform "The sshd service has been installed under the '${run_service_as}'" 498 csih_inform "The sshd service has been installed under the '${run_service_as}'"
498 csih_inform "account. To start the service now, call \`net start sshd' or" 499 csih_inform "account. To start the service now, call \`net start sshd' or"