Unable to start SFTP

SMB, NFS, AFP, FTP, web file manager and Rsync server.
Locked
User avatar
ozzyonfire
Posts: 1
Joined: 13 Jan 2023, 05:08

Unable to start SFTP

Post by ozzyonfire »

I am using an F2-210.

I can start FTP file and connect to it without issues. However, I can't enable SFTP.

I can choose the checkbox, but the port remains greyed out and when I click Apply, it does nothing. Trying to navigate from the Control Panel page prompts me that I have unsaved changes.

I can ssh into the machine, is there a way of enabling sftp on the command line?

I am running the latest TOS at 4.2.40.
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Unable to start SFTP

Post by TMSupport »

1. Enable the SFTP service

Code: Select all

 /etc/init.d/sftp_service start
2. Modify the SFTP port

Code: Select all

vi /etc/ssh/sftpd_config
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
Locked