ssh_shell_open
Open an interactive SSH shell for full-screen or prompt-based programs like nano, htop, or whiptail. Use for commands that require a terminal UI; close the session when finished.
Instructions
Открыть интерактивную оболочку на сервере.
Нужна там, где команда что-то спрашивает или рисует полноэкранный интерфейс: nano, whiptail, htop, меню панелей. Для обычных команд берите ssh_run — он дешевле. Сессию по окончании закрывайте.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | No | ||
| rows | No | ||
| term | No | Тип терминала. xterm-256color по умолчанию; linux — если приложение странно рисуется или не видит F-клавиши | xterm-256color |
| server | Yes | ||
| command | No | ||
| marker_prompt | No |