Talk:Open Stock Firmware LS-VL
From NAS-Central Buffalo - The Linkstation Wiki
/etc/init.d/sshd.sh restart dont work for LS-CHL-V2 with FW 1.41 because
if [ "${SUPPORT_SFTP}" = "0" ] ; then
echo "Not support sftp on this model." > /dev/console
exit 0
fi
First start sshd with:
java -jar acp_commander.jar -t NAS_IP -ip NAS_IP -pw Youradminpassword -c "/usr/local/sbin/sshd"
Delete postet lines in sshd.sh or modify nas_feature.

