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>