Posts by hollimaple

    I tried it and was able to get in via ssh.

    However, it does not reference the NAS.

    How do I set this up?



    By the way, with ProFTPD, I could enter SFTP by setting the conf file as follows.

    You may need to review this for security reasons, though.


    LoadModule mod_sftp.c

    <IfModule mod_sftp.c>

    SFTPEngine on

    SFTPLog /var/log/proftpd/sftp.log


    Port ?????


    SFTPHostKey /etc/ssh/ssh_host_rsa_key(etc)

    </IfModule>

    I cannot set up SFTP on my web gui.

    I was able to do it with the OMV5 SFTP plugin, but not with the OMV6 FTP plugin.

    I can configure it by touching the conf file of ProFTPD, but it would be nice to be able to configure it easily from the GUI.