We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a06d5d commit 52a2d51Copy full SHA for 52a2d51
App/Services/MutagenController.cs
@@ -542,6 +542,7 @@ private void StartDaemonProcess()
542
_daemonProcess.StartInfo.FileName = _mutagenExecutablePath;
543
_daemonProcess.StartInfo.Arguments = "daemon run";
544
_daemonProcess.StartInfo.Environment.Add("MUTAGEN_DATA_DIRECTORY", _mutagenDataDirectory);
545
+ _daemonProcess.StartInfo.Environment.Add("MUTAGEN_SSH_CONFIG_PATH", "none"); // do not use ~/.ssh/config
546
// hide the console window
547
_daemonProcess.StartInfo.CreateNoWindow = true;
548
// shell needs to be disabled since we set the environment
0 commit comments