diff options
author | Colin Watson <cjwatson@debian.org> | 2012-09-07 00:20:47 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-09-07 00:20:47 +0100 |
commit | eab78da6a54225de06271d9c8da650f04a55ed88 (patch) | |
tree | aa258ca77515939f6d89317ff67fbcb0bca08b24 /contrib/cygwin | |
parent | a26f5de49df59322fde07f7be91b3e3969c9c238 (diff) | |
parent | c6a2c0334e45419875687d250aed9bea78480f2e (diff) |
* New upstream release (http://www.openssh.com/txt/release-6.1).
- Enable pre-auth sandboxing by default for new installs.
- Allow "PermitOpen none" to refuse all port-forwarding requests
(closes: #543683).
Diffstat (limited to 'contrib/cygwin')
-rw-r--r-- | contrib/cygwin/ssh-host-config | 1 |
1 files changed, 1 insertions, 0 deletions
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" |