ArtsAutosBooksBusinessEducationEntertainmentFamilyFashionFoodGamesGenderHealthHolidaysHomeHubPagesPersonal FinancePetsPoliticsReligionSportsTechnologyTravel

How to Install an SFTP server on a Windows Server

Updated on October 8, 2014

Introduction

Many people have heard of FTP - File Transfer Protocol. This protocol is used in FTP applications to transfer files between two locations. The unfortunate thing about the traffic between the two FTP endpoints (Client and Server) is that traffic between the two is not encrypted. There is a thing called the Secure FTP protocol, which as it's name implies, the traffic between the client and server is secured i.e. encrypted. There is also FTPS (FTP Secure), which is an extension to FTP which uses SSL but is not compatible with SFTP which uses SSH. This article will show you how to install SFTP (Secure FTP) on a Windows server.

Cygwin and Open SSH

Before we start installing SFTP, let's find out a little bit about Cygwin and Open SSH which makes all this possible on Windows.

Cygwin ( https://www.cygwin.com ) is a collection of Open Source tools which provide functionality similar to a Unix distribution on Windows.

One of the many tools which comes with Cygwin is OpenSSH.

OpenSSH ( http://www.openssh.org ) is a collection of free communications programs which provides encrypted sessions over a network using the SSH (Secure Shell protocol). The Secure Shell protocol was developed by SSH Communications Security Corporation (www.ssh.com) in Helsinki . The SSH Communications Security Corporation offers SSH based commercial products.


SFTP and SSH Server

Cygwin comes with a collection of OpenSSH communications programs such as SFTP and the SSH Server. To make our Windows server and SFTP server, it is necessary to install the SSH Server. In the past, there is an OpenSSH for Windows distribution which one could easily install. It comes with an install wizard and it would put the necessary folders on your system and install the SSH Server service. That development have been discontinued, and the last version seemed only to work with Windows 2003, but not Windows 2008 and later.

However, Cygwin is still continually being developed and maintained and it is possible to use the OpenSSH tools from Cygwin to make any of the Windows Server operating system to have the SFTP functionality. What this means is that Cywgin will need to be installed first, and from within Cygwin the SSH Server application need to be installed and configured.

Installing Cygwin

First, go to www.cygwin.com and download the installation package for your system. We will be using the 64 bit version for our tutorial as we will be installing this on a Windows Server 2008R2 operating system.

Cygwin Web Site

You need to select the following packages to install. It's obvious why we need the openssh and openssl-dev packages, but the reason you need the unzip and zip packages is that those packages will install necessary dependencies which are required by OpenSSH. Without them, you will have trouble installing the SSH Server.

- unzip: Info-ZIP decompression utility
- zip: Info-ZIP Compression utility
- openssh
- openssl-dev

Installing the SSH Server in Cygwin

Once Cygwin is installed, there will be a Cygwin Terminal icon on the desktop. Right-click on this icon and select Run As Administrator.

Creating SFTP Users and Home Folders

Now that the SSH Server is installed, we can start creating SFTP login accounts for clients to use to connect.

It is good practice to create a "parent" folder which will contain the folders for the SFTP accounts "home" folders. This parent folder can be called anything meaningful i.e. sftproot. Each login will then have a folder with the same name as the login account inside this parent (sftproot) folder.

Note: The Windows "Users" group need to have read access to the sftproot folder.

Creating a Windows User Account

The SFTP login is actually a Windows account. For this tutorial, we will talk about local user accounts.

Right click on "Computer" , and select Manage. Create a local Windows user account.

Once the Windows account is created, create a home folder with the same name as the user account.

Assign appropriate NTFS security permissions to this folder. My suggestion is to add the below and remove anything else :

SYSTEM - Full

Administrators - Full

user account (above) - Modify


Create the User in the passwd file

In Unix, users are authenticated against the passwd file. Since Cygwin is really about having the Unix experience on Windows, we need to add the Windows account we created into the passwd file so that the client can authenticate to the SSH Server (aka SFTP server). While the authentication requires the user account to be present in the passwd file, the password for the account is still validated from Windows. Therefore, if it is required to change the password for the SFTP account, you just need to change it in Windows even after the account has been added to the passwd file.

Assuming we have installed Cygwin to the C:\Cygwin folder and the home folder
for the client is located in D:\clients\SFTPRoot

  • Make a backup of the c:\Cygwin\etc\passwd file.

  • Go to the command prompt and navigate to the c:\Cygwin\bin folder.

  • Type in mkpasswd -l -u sftplogin >> ..\etc\passwd
    (-l stands for “local” as opposed to domain account. –u stands for user as oppose to group name.)
    The mkpasswd command will now add the username and the default home directory of the user (sftp.pyramid in our example) to the passwd file

  • Now you need to modify the passwd file to point to the SFTP home directory for this user as created in step3.
    In our example, replace /home/sftp.pyramid with /cygdrive/d/clients/sftproot/sftp.pyramid. As you can see, the real path is D:\clients\SFTPRoot\sftp.pyramid. However, you need to use the notation above.

  • Save the file.

  • You should now be able to log in via an SFTP client

Firewall Rules

Now that the SSH Server (SFTP Server) is installed and the user accounts created, you are ready to test connecting into the SFTP server.

You need to make sure that TCP Port 22 is allowed for incoming in Windows Firewall if it is enabled. You need to make sure TCP Port 22 is opened up in your Internet Firewall if you are accessing the SFTP server via the internet and configure any NATing or port forwarding if required on your firewall.

You need to use an SFTP compatible client such as FileZilla, WinSCP, or an SFTP program from another Cygwin installation.

Conclusion

Once an SFTP server is created, you can now begin to use it to receive and even send files securely across the internet. Files that are transferred this way include files that contain payroll and personnel information which you do not want hackers to get their hands on.

working

This website uses cookies

As a user in the EEA, your approval is needed on a few things. To provide a better website experience, hubpages.com uses cookies (and other similar technologies) and may collect, process, and share personal data. Please choose which areas of our service you consent to our doing so.

For more information on managing or withdrawing consents and how we handle data, visit our Privacy Policy at: https://corp.maven.io/privacy-policy

Show Details
Necessary
HubPages Device IDThis is used to identify particular browsers or devices when the access the service, and is used for security reasons.
LoginThis is necessary to sign in to the HubPages Service.
Google RecaptchaThis is used to prevent bots and spam. (Privacy Policy)
AkismetThis is used to detect comment spam. (Privacy Policy)
HubPages Google AnalyticsThis is used to provide data on traffic to our website, all personally identifyable data is anonymized. (Privacy Policy)
HubPages Traffic PixelThis is used to collect data on traffic to articles and other pages on our site. Unless you are signed in to a HubPages account, all personally identifiable information is anonymized.
Amazon Web ServicesThis is a cloud services platform that we used to host our service. (Privacy Policy)
CloudflareThis is a cloud CDN service that we use to efficiently deliver files required for our service to operate such as javascript, cascading style sheets, images, and videos. (Privacy Policy)
Google Hosted LibrariesJavascript software libraries such as jQuery are loaded at endpoints on the googleapis.com or gstatic.com domains, for performance and efficiency reasons. (Privacy Policy)
Features
Google Custom SearchThis is feature allows you to search the site. (Privacy Policy)
Google MapsSome articles have Google Maps embedded in them. (Privacy Policy)
Google ChartsThis is used to display charts and graphs on articles and the author center. (Privacy Policy)
Google AdSense Host APIThis service allows you to sign up for or associate a Google AdSense account with HubPages, so that you can earn money from ads on your articles. No data is shared unless you engage with this feature. (Privacy Policy)
Google YouTubeSome articles have YouTube videos embedded in them. (Privacy Policy)
VimeoSome articles have Vimeo videos embedded in them. (Privacy Policy)
PaypalThis is used for a registered author who enrolls in the HubPages Earnings program and requests to be paid via PayPal. No data is shared with Paypal unless you engage with this feature. (Privacy Policy)
Facebook LoginYou can use this to streamline signing up for, or signing in to your Hubpages account. No data is shared with Facebook unless you engage with this feature. (Privacy Policy)
MavenThis supports the Maven widget and search functionality. (Privacy Policy)
Marketing
Google AdSenseThis is an ad network. (Privacy Policy)
Google DoubleClickGoogle provides ad serving technology and runs an ad network. (Privacy Policy)
Index ExchangeThis is an ad network. (Privacy Policy)
SovrnThis is an ad network. (Privacy Policy)
Facebook AdsThis is an ad network. (Privacy Policy)
Amazon Unified Ad MarketplaceThis is an ad network. (Privacy Policy)
AppNexusThis is an ad network. (Privacy Policy)
OpenxThis is an ad network. (Privacy Policy)
Rubicon ProjectThis is an ad network. (Privacy Policy)
TripleLiftThis is an ad network. (Privacy Policy)
Say MediaWe partner with Say Media to deliver ad campaigns on our sites. (Privacy Policy)
Remarketing PixelsWe may use remarketing pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to advertise the HubPages Service to people that have visited our sites.
Conversion Tracking PixelsWe may use conversion tracking pixels from advertising networks such as Google AdWords, Bing Ads, and Facebook in order to identify when an advertisement has successfully resulted in the desired action, such as signing up for the HubPages Service or publishing an article on the HubPages Service.
Statistics
Author Google AnalyticsThis is used to provide traffic data and reports to the authors of articles on the HubPages Service. (Privacy Policy)
ComscoreComScore is a media measurement and analytics company providing marketing data and analytics to enterprises, media and advertising agencies, and publishers. Non-consent will result in ComScore only processing obfuscated personal data. (Privacy Policy)
Amazon Tracking PixelSome articles display amazon products as part of the Amazon Affiliate program, this pixel provides traffic statistics for those products (Privacy Policy)
ClickscoThis is a data management platform studying reader behavior (Privacy Policy)