Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created May 18, 2012 21:34
Show Gist options
  • Save johnantoni/2727718 to your computer and use it in GitHub Desktop.
Save johnantoni/2727718 to your computer and use it in GitHub Desktop.
sftp on synology disk station - ds411-ii
ssh root@nas.mybox.com
vi /etc/ssh/sshd_config
# override default of no subsystems
#Subsystem sftp /usr/libexec/sftp-server
Subsystem sftp internal-sftp
# restart ssh
/usr/syno/etc.defaults/rc.d/S95sshd.sh restart
# go into synology diskstation 'control panel / terminal' and re-enable ssh.
# now you can sftp to your synology box
http://forum.synology.com/wiki/index.php/Basic_commands_to_get_around_the_Synology_Box_using_the_CLI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment