After setting "PermitTunnel = yes" in /etc/ssh/sshd_config, sshd does not start anymore: Bad configuration option: PermitTunnel

CentOS 5.5 64 Bit, openssh-server version 4.3p2, release 41.el5_5.1

Works on another server with same configuration.

link|improve this question
feedback

1 Answer

Actually sshd_config's options are set w/o '='.

$ grep PermitTunnel  /etc/ssh/sshd_config
#PermitTunnel no
link|improve this answer
I just wrote the = in here to clarify what I would like to set. – hans Feb 3 '11 at 12:32
1  
Have you succeeded in clarification? :) – poige Feb 3 '11 at 15:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.