Hello,
I recently took over managing a heavily used SFTP server, however, I am getting grief from my security team because FTP (port 21) is also open and listening on the server. This is only open internally, however, it is still viewed as a security issue and they want it shut down.
Is there a way that I can be certain that no clients are connecting to the SFTP server using regular FTP?
I've searched the logs for anything connecting over pot 21 and I don't see anything.
So, can I safely shut this port down? And if so, can someone direct me to the instructions to do so?
Thanks.