Bryan Berns

Results 314 comments of Bryan Berns

Thanks for testing. I'm going to close this issue. The change will be in the next official release.

I'm struggling with your English a bit. Please provide: Smartcard model, operating system environment details, whether you're using a CAPI/PKCS/FIDO, and ideally a video of the behavior if possible.

That is crazy. I haven't seen any behavior like that before. Do you see the same long waiting behavior if you do not Pageant? PuTTY / Pageant did change mechanism...

@walt31 Can you link me to the product page for the token you have?

I don’t see a clear path to implementation give how unique the OpenSSH certificates are. Curious if anyone else has input.

Alright, thanks for the feedback thus far. I'll see if I can have the user get some more detailed logs.

Can you include a screenshot? Not sure what you're referring to. Here's what mine looks like. ![image](https://user-images.githubusercontent.com/12881023/232173788-8384b57a-2c82-4d48-bde7-10dda418b8b7.png)

Sanity check... does it change when you do pwsh.exe -NoProfile ?

Unless somebody is aware of why this might be, I'm willing to take a look.

PowerShell 6/7 seems to use the HttpClient class which takes about 5-7 seconds of my system under PowerShell 7.0.1 or Windows PowerShell 5: ``` Measure-Command -Expression ` { Add-Type -Assembly...