Skip to content
Commit 8e3bb8ab authored by Biswapriyo Nath's avatar Biswapriyo Nath 🦊 Committed by Kurt Hindenburg
Browse files

SSHManager: Disable checking current process name in Windows

This allows to use ssh plugin in Windows by skipping the check
if the running process is shell or not. If the running process
is not a known shell, creating any new ssh connection will fail
without any error message. It is possible to run different shell
under cmd.exe or powershell.exe. So, it is not enough to check
only the child process of conpty's conhost.exe.

(cherry picked from commit 9b53d55d)
parent 89a96b64
Pipeline #358221 passed with stage
in 6 minutes and 22 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment