From e1fc4fee1b9dbc4f8bdc4ffa4c0ce17974da34a6 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 19 Aug 2024 08:29:04 -0400 Subject: [PATCH] docs: README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 058e812..e7105ce 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,9 @@ WebSSH2 provides two main routes: - **URL:** `http(s)://your-webssh2-server/ssh` - **Features:** - Interactive login form + image - Terminal configuration options + image ### 2. `/ssh/host/:host` @@ -142,4 +144,4 @@ Several configuration options and GET parameters have been deprecated. For a lis - For security, use HTTPS when transmitting credentials via HTTP Basic Auth. - Terminal settings for `/ssh/host/:host` can be customized after login via `Menu | Settings` and persist across sessions. -For more detailed information on configuration and usage, please refer to the full documentation or open an issue on GitHub. \ No newline at end of file +For more detailed information on configuration and usage, please refer to the full documentation or open an issue on GitHub.