July 30, 201114 yr How did you secure Unraid? This what I have done so for: [Done] - Inshall OpenSHH [Done] - Disable Telnet TODO: - Change SSH Port - Only allow specific IP to access to SSH - Disable default FTP and install FTPS? - Automatic email if anyone logged to FTP or SSH Anything else I could do to secure it?
July 30, 201114 yr Author Put it behind a firewall. Do not allow Internet incoming access. I would like to access to FTP from outside. Everything else will be locked via firewall.
July 30, 201114 yr You'll need to use sftp and configure ftp to only allow access to selected directories. Only forward the sftp port. You could change sftp from the default port but a port scan will find it anyway. Use a random password as long as possible. It would be better to use public-private keys. Only allow selected logins to access sftp.
July 30, 201114 yr You could look at Hamachi. Then you would not have to open/ expose anything, and as a side benefit you will have access to your shares etc.
July 30, 201114 yr Author You'll need to use sftp and configure ftp to only allow access to selected directories. Only forward the sftp port. You could change sftp from the default port but a port scan will find it anyway. Use a random password as long as possible. It would be better to use public-private keys. Only allow selected logins to access sftp. I notice fzSftp (SFTP - over SSH) is installed, where that come from? I realised FTPS and SFTP is two different thing. I could disable fzSftp and then enable SSL in vsftpd?
Archived
This topic is now archived and is closed to further replies.