From bae00bf0e2a267dc5df8af6bf8dfebf9a66bd563 Mon Sep 17 00:00:00 2001 From: syssecfsu Date: Tue, 11 Jan 2022 21:46:18 -0500 Subject: [PATCH] Change the name of the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee75113..dd0427b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Web-based Terminal Emulator +# WiTTY: Web-based interactive TTY This program allows you to use terminal in the browser. Simply run the program and give it the command to execute when users connect via the browser. ___Interestingly___, it allows others to view your interactive sessions as well. This could be useful to provide remote support and/or help. You can use the program to run any command line programs, such as ```bash```, ```htop```, ```vi```, ```ssh```. This following screenshot shows that six interactive session running by the server. To use the program, you need to provide a TLS cert. You can request a free [Let's Encrypt](https://letsencrypt.org/) cert or use a self-signed cert. The program currently does not support user authentication. Therefore, do not run it in untrusted networks or leave it running. A probably safe use of the program is to run ```ssh```. Please ensure that you do not automatically login to the ssh server (e.g., via key authentication).