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.
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.
I can configure it by touching the conf file
What changes?
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>
The FTP plugin does not support SFTP. But there is a SFTP plugin in https://omv-extras.org.
Don’t have an account yet? Register yourself now and be a part of our community!