Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily setting ErrorActionPreference to 'Continue' in order to avoid the following error that we also got with the entrypoint.ps1 script: [*] C:\Program Files\OpenSSH-Win64\moduli Inheritance is removed from 'C:\Program Files\OpenSSH-Win64\moduli'. 'BUILTIN\Users' now has Read access to 'C:\Program Files\OpenSSH-Win64\moduli'. Repaired permissions [*] C:\ProgramData\ssh Inheritance is removed from 'C:\ProgramData\ssh'. New-Object: Exception calling ".ctor" with "5" argument(s): "The value '268435456' is not valid for this usage of the type FileSystemRights. (Parameter 'fileSystemRights')" MethodInvocationException: Exception calling "RemoveAccessRule" with "1" argument(s): "Value cannot be null. (Parameter 'rule')" 'BUILTIN\Users' has no more access to 'C:\ProgramData\ssh'. 'BUILTIN\Users' has no more access to 'C:\ProgramData\ssh'. Repaired permissions [*] C:\ProgramData\ssh\sshd_config Inheritance is removed from 'C:\ProgramData\ssh\sshd_config'. looks good [SC] SetServiceObjectSecurity SUCCESS [SC] ChangeServiceConfig2 SUCCESS [SC] ChangeServiceConfig2 SUCCESS sshd and ssh-agent services successfully installed Updated Machine PATH to include OpenSSH directory, restart/re-login required to take effect globally
- Loading branch information