diff --git a/openssh/readme.md b/openssh/readme.md index 894c307..cb2deba 100644 --- a/openssh/readme.md +++ b/openssh/readme.md @@ -119,7 +119,7 @@ Oneliner premade script that does the below: #Uninstall leftovers (after an above command) 11. cd \ -11. rd -recurse "$env:ProgramFiles\nuget\packages\openssh" +11. rd -recurse "$env:ProgramFiles\PackageManagement\NuGet\Packages\openssh.7.6.0.1" # Install Scenario 3: Docker @@ -363,4 +363,4 @@ Thanks to [king6cong](https://github.com/king6cong) for the above suggested code Code used for setting rights WITHOUT /UseNTRights was tested as working on Nano, which means it should work on server core without WOW64. Package explicity sets log level to QUIET because on some systems the current version of sshd repeatedly logs the same line at a rate of about 1 GB / 2 hours with default log settings. -Package incorporates securing of the server keys using the SSH agent as per the product release notes below. \ No newline at end of file +Package incorporates securing of the server keys using the SSH agent as per the product release notes below.