Talk:Open Stock Firmware LS-VL
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
| Line 8: | Line 8: | ||
| - | Delete | + | 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. | ||
Latest revision as of 11:19, 2 June 2011
/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.

