open/docs/guide/config-terminal.md

16 lines
468 B
Markdown
Raw Permalink Normal View History

2025-02-28 19:15:32 +08:00
# Terminal
## StartCmd
- Type: `string`
- Default: `login`
- Version: `>= v2.0.0-beta.37`
This option is used to set the start command of the web terminal.
::: warning
For security reason, we use `login` as the start command, so you have to log in via the default authentication method of
the Linux. If you don't want to enter your username and password for verification every time you access the web
terminal, please set it to `bash` or `zsh` (if installed).
:::