SFTP – Installing OpenSSH and SFTP on Windows Server



SFTP – Installing OpenSSH and SFTP on Windows Server

SFTP - Installing OpenSSH and SFTP on Windows Server

WHAT ARE WE TRYING TO DO
1) Set up SFTP on a Windows Server machine using OpenSSH

STEPS
1) Get the OpenSSH software from
https://www.itefix.no/i2/content/copssh-free-edition
2) Install the CopSSH Software
3) Create NT Security Groups (FTP Users, FTP Admins)
4) Create Users
5) Create a Folder FtpRoot
a) Set NT File Permissions for “FTP Admins” on FtpRoot
6) Create User folders of the Same Name
7) Activiate User for SFTP on openSSH
8) Point folder C:FtpRoot to /home in the fstab file
9) Deny Permissions on Root Folder
10) Deny Permissions on Entire Home Folder
11) Assign permissions home folder
a) Disinherit Permissions from Parent Folder
b) Explicitly Assign Permissions on User Folder

Comments are closed.