Category SFTP

Setup SFTP on a dedicated port.

How to setup SFTP server on Linux. Setup SFTP on a dedicated port.

Using a dedicated port instead of the default 22 port is widely increase security. In this blog we will understand how to to srtup SFTP on dedicated port, and inhance security to reduce risk of DDoS attacks on port 22…

How to setup SFTP server on Linux.

How to setup SFTP server on Linux

SFTP is a tool for storing data on a server using the SSH protocol. It provides a secure way to transfer data by using encryption, keeping both commands and files protected from breach or man-in-the-middle attacks. The major advantage of…