From 36813110881b6254768bf2d834c6b0e6a46ad0ff Mon Sep 17 00:00:00 2001 From: manojampalam Date: Mon, 23 May 2016 19:55:30 -0700 Subject: [PATCH] Updated Install Win32 OpenSSH (markdown) --- Install-Win32-OpenSSH.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Install-Win32-OpenSSH.md b/Install-Win32-OpenSSH.md index 79010bb..7c5623f 100644 --- a/Install-Win32-OpenSSH.md +++ b/Install-Win32-OpenSSH.md @@ -6,7 +6,6 @@ * `cd 'C:\Program Files\OpenSSH-Win32'` * Install sshd and ssh-agent services. * `powershell.exe .\install-sshd.ps1` - * `ntrights.exe -u "NT SERVICE\SSHD" +r SeAssignPrimaryTokenPrivilege` * Setup SSH host keys (this will generate all the 'host' keys that sshd expects when its starts) * `.\ssh-keygen.exe -A` * Secure SSH host keys (optional)