CJ

Results 8 comments of CJ

@kwirkykat I feel like this needs more attention as it's been a year now and this is not that uncommon use case in the Windows world. Also, someone should address...

this is heplful to provide more context for it's use cases - thanks!

I don't know, just wanted to file the issue for this. You should ask whoever owns DHCP docs at Microsoft.

+1 Supporting proper Kerberos in a cross platform environment is a key feature for enterprises heavily using Kerberos

from readme >As of Nov 1st 2016, active development on "Windows for OpenSSH" is being done in https://github.com/PowerShell/openssh-portable.

@soumaz did you try setting the authPersistSingleRequest to True in your services windowsAuth settings? > Setting this flag to true specifies that authentication persists only for a single request on...

This is a pretty limiting design choice going against the concept of "Least privilege", so I would label this as a security issue. 2 problem comes to mind: * Many...

Try this ``` uv python pin 3.9 uv init --bare uv add -r requirements.txt ```