Linux SFTP Server on Azure

Linux SFTP Server on Azure is a pre-configured Azure VM image that provides a ready-to-use, secure file-transfer (SFTP) server in the cloud. Launch it, connect with an SFTP client such as FileZilla, and transfer files securely — no manual SFTP configuration required.

It is built for teams and applications that need a simple, secure way to move files to and from the cloud.

What's included

  • A hardened SFTP server for secure file transfer over SSH
  • A ready-to-use share directory (/data/elm/share) for exchanging files
  • Regular image updates with the latest security patches

Launch on Azure

  1. Find and subscribe to the Linux SFTP Server image on the Azure Marketplace.
  2. Launch a virtual machine from the image in a region close to you.
  3. Make sure the virtual machine allows inbound SFTP (port 2222) traffic so you can connect with an SFTP client.

Connect with FileZilla

Once the virtual machine is running, connect using an SFTP client such as FileZilla:

  • Host: sftp://<public IP address>
  • Port: 2222
  • Username: elm
  • Password: the last 12 digits of the VM vmId

Linux SFTP Server on Azure: connecting with FileZilla

Files are exchanged through the share directory (/data/elm/share on the server). For a step-by-step walkthrough with screenshots, see Connect to Linux SFTP Server on Azure.

Support

Questions or need help getting started? Contact support@elmcomputing.io.