diff --git a/app/Jobs/ExecuteCoolifyProcess.php b/app/Jobs/ExecuteCoolifyProcess.php index 18e1715b9..a866158a6 100755 --- a/app/Jobs/ExecuteCoolifyProcess.php +++ b/app/Jobs/ExecuteCoolifyProcess.php @@ -55,6 +55,10 @@ class ExecuteCoolifyProcess implements ShouldQueue $sshCommand = 'ssh ' . '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ' . '-o PasswordAuthentication=no ' + // Quiet mode. Causes most warning and diagnostic messages to be suppressed. + // Errors are still out put. This is to silence for example, that warning + // Permanently added to the list of known hosts. + . '-q ' . "-p {$port} " . "{$user}@{$destination} " . " 'bash -se' << \\$delimiter" . PHP_EOL