PowerShell / PowerShell/Win32-OpenSSH

Can't hide ssh.exe when started by TortoiseSVN

Open
#1,832 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.