Community
Participate
Working Groups
Regarding this code snippet from TransportGitSsh private static boolean useExtConnection() { return SystemReader.getInstance().getenv("GIT_SSH") != null; } It would be nice if there was a way to enforce use of some ssh executable from within the already running JVM. Right now, this requires to install a new SystemReader which overlays the desired GIT_SSH value and otherwise delegates to the original SystemReader.