diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-21 16:19:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-21 16:27:47 +0000 |
commit | 688bc73cdbc21772ee2bbb2165eab062cfb06164 (patch) | |
tree | aefdad118cd9e3ca3ab540459410ae9477b62560 | |
parent | Adding debian version 1.6.3-1. (diff) | |
download | ttyd-688bc73cdbc21772ee2bbb2165eab062cfb06164.tar.xz ttyd-688bc73cdbc21772ee2bbb2165eab062cfb06164.zip |
Adding README.Debian.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/ttyd.README.Debian | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/ttyd.README.Debian b/debian/ttyd.README.Debian new file mode 100644 index 0000000..8e8aaa0 --- /dev/null +++ b/debian/ttyd.README.Debian @@ -0,0 +1,17 @@ +ttyd for Debian +=============== + + * After installing ttyd it will by default listen on http://localhost:7681 + in multi-user read-write "login"-mode: + + - multi-user means that more than one user can connect at the same time. + + - read-write means that anyone connecting to the website can input data. + + - Login mode means that the user gets a login prompt (like getty) where + user and password has to be entered. + + * See ttyd(1) manpage for the exact options. + + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 21 Feb 2021 17:19:20 +0100 |