From d70fe8160f11442698f55f08537590f6b991933f Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 26 Apr 2025 21:04:53 +0200 Subject: [PATCH] Delete website/docs/panel/advanced/terminal.md --- website/docs/panel/advanced/terminal.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 website/docs/panel/advanced/terminal.md diff --git a/website/docs/panel/advanced/terminal.md b/website/docs/panel/advanced/terminal.md deleted file mode 100644 index 5f57f81f..00000000 --- a/website/docs/panel/advanced/terminal.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -sidebar_position: 3 ---- - -# Terminal - -The Web Terminal interface uses the [ttyd](https://github.com/tsl0922/ttyd) tool, providing you with command-line access from your browser. - -![web_terminal.png](/img/panel/v1/advanced/web_terminal.png) - -Through this interface, you possess identical permissions as those granted by a remote SSH agent. - -:::info -Due to the utilization of ttyd instead of a conventional SSH connection by the Web Terminal, this interface remains accessible even when remote SSH access is disabled for the account from the [SSH Access](/docs/panel/advanced/ssh) page. -:::