@magpiecloud/mags 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mags.js +1 -0
- package/package.json +1 -1
package/bin/mags.js
CHANGED
|
@@ -643,6 +643,7 @@ async function sshToJob(nameOrId) {
|
|
|
643
643
|
|
|
644
644
|
// Build SSH arguments
|
|
645
645
|
const sshArgs = [
|
|
646
|
+
'-t', // Force TTY allocation for interactive session
|
|
646
647
|
'-o', 'StrictHostKeyChecking=no',
|
|
647
648
|
'-o', 'UserKnownHostsFile=/dev/null',
|
|
648
649
|
'-o', 'LogLevel=ERROR',
|