Extra argument start service sshd does not support chkconfig
https://www.linuxquestions.org/questions/linux-software-2/sshd-start-on-boot-problem-34200/
当对sshd执行service或者chkconfig命令的时候,报如下错误
Extra argument start
service sshd does not support chkconfig
是因为你把/etc/init.d/下的sshd替换错了,这个目录下的是脚本,不要把二进制可执行文件放到里面。同理其他命令