diff options
Diffstat (limited to 'contrib/cygwin/ssh-host-config')
-rw-r--r-- | contrib/cygwin/ssh-host-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config index bfeee7fca..da6011267 100644 --- a/contrib/cygwin/ssh-host-config +++ b/contrib/cygwin/ssh-host-config | |||
@@ -434,9 +434,9 @@ then | |||
434 | then | 434 | then |
435 | if [ "${with_comment}" -eq 0 ] | 435 | if [ "${with_comment}" -eq 0 ] |
436 | then | 436 | then |
437 | echo 'ssh stream tcp nowait root /usr/sbin/sshd -i' >> "${_inetcnf}" | 437 | echo 'ssh stream tcp nowait root /usr/sbin/sshd sshd -i' >> "${_inetcnf}" |
438 | else | 438 | else |
439 | echo '# ssh stream tcp nowait root /usr/sbin/sshd -i' >> "${_inetcnf}" | 439 | echo '# ssh stream tcp nowait root /usr/sbin/sshd sshd -i' >> "${_inetcnf}" |
440 | fi | 440 | fi |
441 | echo "Added ssh to ${_inetcnf}" | 441 | echo "Added ssh to ${_inetcnf}" |
442 | fi | 442 | fi |