针对1.3固件,LS-421DE更新固件到1.3,根据标准流程进行,破解root密码,更改ssh root登陆,重启ssh后使用securecrt或putty无法登陆:
The remote system refused the connection.
需要再修改/etc/init.d/sshd.sh,删掉15到19行(对SFTP的判断),否则sshd服务起不来。具体是这么几句:
if [ "${SUPPORT_SFTP}" = "0" ] ; then
echo "Not support sftp on this model." > /dev/console
exit 0
fi