Skip to content

Commit 52a2d51

Browse files
committed
env
1 parent 9a06d5d commit 52a2d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

App/Services/MutagenController.cs

+1
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ private void StartDaemonProcess()
542542
_daemonProcess.StartInfo.FileName = _mutagenExecutablePath;
543543
_daemonProcess.StartInfo.Arguments = "daemon run";
544544
_daemonProcess.StartInfo.Environment.Add("MUTAGEN_DATA_DIRECTORY", _mutagenDataDirectory);
545+
_daemonProcess.StartInfo.Environment.Add("MUTAGEN_SSH_CONFIG_PATH", "none"); // do not use ~/.ssh/config
545546
// hide the console window
546547
_daemonProcess.StartInfo.CreateNoWindow = true;
547548
// shell needs to be disabled since we set the environment

0 commit comments

Comments
 (0)