PowerShell / PowerShell/Win32-OpenSSH
Can't hide ssh.exe when started by TortoiseSVN
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 8.3k
- Forks
- 819
- PR merge metrics
- No merged PRs in 30d
Description
I've been trying to find a way to hide the ssh.exe run by TortoiseSVN when doing its operations.
I even went to the point of writing a tiny exe to wrap and call ssh.exe, but an ssh.exe window still opens even though my exe is a 'windows' app and i'm using STARTUPINFO to hide the window, or even move it off the screen, or even create with no window.
Is this something that can be fixed in SSH.EXE?
Why not use TortoisePlink? Because you have to use Putty with TortoisePlink and putty is always a pain to set up (particularly when new hires show up). I'd rather just deal with the popup--but I'd rather deal with neither.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ssh.exe's Windows process and console-window behavior, using the STARTUPINFO settings described in the report, and reproduce the launch through TortoiseSVN rather than the wrapper. Compare the behavior with TortoisePlink, then define done as completing the operation without a visible ssh.exe window. No source file or test is named, so locating the implementation and regression coverage is part of the work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100