Tess Gauthier

Results 68 comments of Tess Gauthier

MOTW is a defense-in-depth security feature, per documentation at [https://www.microsoft.com/en-us/msrc/windows-security-servicing-criteria](https://www.microsoft.com/en-us/msrc/windows-security-servicing-criteria).

Thanks for all the feedback! > The way the Mark of the Web was meant to be used is that a web browser queries an API such as [IInternetSecurityManager::MapUrlToZone](https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/ms537133(v=vs.85)) to...

@michaelfuckner, yes - you opened the issue in the correct repo. PowerShell/Win32-OpenSSH is preferred. For the CLI build, OpenSSHBuildHelper.psm1 is not compatible with Visual Studio 2022, yet. Sorry about that!...

Thanks for highlighting these documentation gaps, @vb0. Updates have been made - https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto)

Yes - this is due to a limitation of the MSI that is documented [here]( https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH-Using-MSI) I think we can leave this open but maybe rename to capture that is...

@claudioezz, did you restart sshd after you modified the configuration?

> "An invalid argument was supplied.This error is returned of the socket s is already bound to an address." > > https://docs.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-bind When a bind address is provided, we try...

@rkitover, can you run `icacls /verify` for the config & authorized_keys files in the .ssh folder? Based on [this](https://serverfault.com/questions/209957/fixing-this-access-control-list-is-not-in-canonical-form-errors-from-the-comma), it may be a file corruption issue.

Was this still the script output after fixing the files manually with `icacls`? My understanding of the thread is that, for a corrupted file, the command is: `get-acl | set-acl...

Thanks for the example - I am able to repro by replacing the two local user SIDs with my own. As far as incorporating a fix into the scripts, I...