From 853d2ea53bef2961496b0fb9678b94ac5fab0054 Mon Sep 17 00:00:00 2001 From: quamrulmina Date: Wed, 7 Oct 2015 15:34:14 -0500 Subject: [PATCH] Updated Running sftp and sftpserver (markdown) --- Running-sftp-and-sftpserver.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Running-sftp-and-sftpserver.md b/Running-sftp-and-sftpserver.md index f7ae53a..a20cdf0 100644 --- a/Running-sftp-and-sftpserver.md +++ b/Running-sftp-and-sftpserver.md @@ -3,11 +3,13 @@ ## # Setup sftp-server -1. stop the sshd server by doing steps like "net stop openssh" -2. Add location of sftp-server.exe binary as a subsystem in sshd_config file by adding entries like below: -`Subsystem sftp /win32openssh/bin/sftp-server.exe` -3. start the sshd server by doing steps like "net start openssh" -4. sftp-server will now be started automatically by sshd server when a sftp client connects to this computer +* stop the sshd server by doing steps like "net stop openssh" +* Add location of sftp-server.exe binary as a subsystem in sshd_config file by adding an entry like below: + + `Subsystem sftp /win32openssh/bin/sftp-server.exe` + +* start the sshd server by doing steps like "net start openssh" +* sftp-server will now be started automatically by sshd server when a sftp client connects to this computer ## # run Sftp client `sftp test1@localhost //login to local machine using test1 username`