From 070f49ee8984c29276190f85cacea0b510689f96 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Mon, 16 May 2016 11:13:02 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 529cfdc..aab3343 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -23,7 +23,7 @@ * `powershell.exe .\install-sshlsa.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189)) * `Restart-Computer` -* Install and run daemon as NT Service running as Local System +* Install sshd and ssh-agent services. * `powershell.exe .\install-sshd.ps1` * `Start-Service sshd` * Make the service start on boot (PowerShell): `Set-Service sshd -StartupType Automatic`