Shelby Cain

Results 20 comments of Shelby Cain

I'd really appreciate a step-by-step guide on how to do this in the advanced tab even if the feature never gets baked into the UI.

@yehorb Mangling input (vs resetting the windows terminal ctrl-c handling mode) sounds like a different issue to be honest. You may want to file a separate issue.

Upgrading to PowerShell 7.3.0 seems to have broken the work-around PowerShell profile script that was posted above by @gurnec. I replaced: ```& $SSHBinary --% %commandlineargumentstring%``` With: ```& $SSHBinary @args``` Tested...

Fixed an additional unit test that is no longer working in Go. The other CI build errors look unrelated to this change and all tests now pass on a clean...

That would be nice to have for Windows. However, most Windows developers will have Git installed and adding the "[DRIVE]:\program files\git\usr\bin" to your path fixes the problem since Git bundles...

@cyungmann Do you still see the issue with a profile that doesn't have PSReadLine loaded?

Yeah, as much as I miss the readline experience - I had to give up on running PSReadLine because of weird things like what you describe happening. I don't know...

Yeah, seems like they need to catch all exit paths in the openssh client and guarantee they reset ctrl-c handling mode on the terminal or create a first class wrapper...

Yeah, https://github.com/firehol/blocklist-ipsets/issues/263 and no response from maintainers. Seems like this project is on autopilot and slowly dying on the vine.

I am unable to download the 15/30 day lists via curl - seems like some sort of cloudflare challenge response?