From 8e75b9c44c0177ea4fe6d40019d9c50f94ecc29b Mon Sep 17 00:00:00 2001 From: manojampalam Date: Tue, 22 Sep 2015 13:26:16 -0700 Subject: [PATCH] Updated Running ssh and sshd (markdown) --- Running-ssh-and-sshd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Running-ssh-and-sshd.md b/Running-ssh-and-sshd.md index 05ee2d3..187004a 100644 --- a/Running-ssh-and-sshd.md +++ b/Running-ssh-and-sshd.md @@ -30,8 +30,10 @@ There are 2 ways to run SSH server ##### Running sshd.exe standalone At this point, sshd.exe needs to run as Local System. Download SysInternals tools and run the following to launch a cmd.exe running under System context + PSExec.exe -i -s cmd.exe In cmd.exe that appears run + sshd.exe -r ##### Running sshd in NSSM