This commit is contained in:
2026-03-07 22:40:46 +01:00
parent 9566b8c36a
commit 706917ec7c
5 changed files with 18 additions and 5 deletions

View File

@@ -77,5 +77,7 @@ echo json_encode([
'password' => (string)($host['password'] ?? ''),
],
'command' => $commandText,
'strict_hostkey' => !empty($settings['terminal_strict_hostkey']),
'tmux_session' => (string)($settings['terminal_tmux_session'] ?? ''),
]);
exit;