在文件/etc/init/ssh.conf中,有一句 start on filesystem or runlevel [2345]
如果想关闭自动启动的话,把这一局修改为start on runlevel[2345]或者直接注释掉,
想手动开启的话,