From 334354b13efcf61ddd2c9186fcc4fcbd5884a37e Mon Sep 17 00:00:00 2001 From: manojampalam Date: Tue, 17 May 2016 19:00:57 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 360ad47..7c5623f 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -25,7 +25,8 @@ * `powershell.exe .\install-sshlsa.ps1` (for Win7 and Server 2008, see [here](https://github.com/PowerShell/Win32-OpenSSH/issues/189)) * `Restart-Computer` * Set sshd in auto-start mode and open up firewall (optional) - * `Start-Service sshd` + * `Set-Service sshd -StartupType Automatic` + * `Set-Service ssh-agent -StartupType Automatic` * Make the service start on boot (PowerShell): `Set-Service sshd -StartupType Automatic` `New-NetFirewallRule` is for servers only. If you're on a workstation try: