allow ssl/tls connection only for my ftp
but problems happen, filezilla and winscp can't connect to the box
after a little bit googling,
I found I need to install bootstrap and install ipkg also openssh-sftp-server
http://forum.synology.com/wiki/index.php/What_kind_of_CPU_does_my_NAS_have
my ds209 is Marvell Kirkwood mv6281 ARM Processor
http://forum.synology.com/wiki/index.php/Overview_on_modifying_the_Synology_Server%2C_bootstrap%2C_ipkg_etc#Bootstrap
I use http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/syno-mvkw-bootstrap_1.2-7_arm.xsh
wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/syno-mvkw-bootstrap_1.2-7_arm.xsh
sh ./syno-mvkw-bootstrap_1.2-7_arm.xsh
ipkg update
ipkg upgrade
http://forum.synology.com/wiki/index.php/How_to_setup_a_sftp-server
ipkg install openssh-sftp-server
modify /etc/ssh/sshd_config to use
/volume1/@optware/libexec/sftp-server
# override default of no subsystems #Subsystem sftp /usr/libexec/sftp-server Subsystem sftp /volume1/@optware/libexec/sftp-server
also I install samba binutils procps htop bc busybox util-linux xpdf nano e2fsprogs
and etc ...
and there now is `watch` `tr` `xargs` `unix2dos` `blkid` binaries and much more which is missing before
No comments:
Post a Comment