Talk:Open Stock Firmware LS-VL
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
(Created page with "/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 ex…") |
|||
| (One intermediate revision not shown) | |||
| Line 2: | Line 2: | ||
dont work for LS-CHL-V2 with FW 1.41 because | dont work for LS-CHL-V2 with FW 1.41 because | ||
| - | if [ "${SUPPORT_SFTP}" = "0" ] ; then | + | if [ "${SUPPORT_SFTP}" = "0" ] ; then |
echo "Not support sftp on this model." > /dev/console | echo "Not support sftp on this model." > /dev/console | ||
exit 0 | exit 0 | ||
| - | fi | + | fi |
| - | 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.

