Openwrt下自行安装的TTYD终端插件,每次打开还需要登陆,怎么设置为自动登陆

在/etc/config的yytd 配置文件里,   /bin/login    后面加 -f root  变成 ‘/bin/login -f root’ —————————————————————config ttyd        option interface ‘@lan’        option command ‘/bin/login -f root’——————————————————————– 然后在输入命令  /etc/init.d/ttyd reload   生效