Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created May 18, 2012 21:34

Revisions

  1. John Antoni Griffiths created this gist May 18, 2012.
    17 changes: 17 additions & 0 deletions sftp.synology.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    ssh [email protected]

    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