diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-07-12 15:13:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-07-12 15:13:23 +0000 |
commit | 4a07d60969409384e0420fafbd1f1d840582dbce (patch) | |
tree | 1f1324584e1e5c355aaa7ec7fb6d7c706f8cb59f /www/gotty/pkg-descr | |
parent | 482aeab4e7f87f80f8e8e2354aea74d62898725f (diff) | |
download | ports-4a07d60969409384e0420fafbd1f1d840582dbce.tar.gz ports-4a07d60969409384e0420fafbd1f1d840582dbce.zip |
Notes
Diffstat (limited to 'www/gotty/pkg-descr')
-rw-r--r-- | www/gotty/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/gotty/pkg-descr b/www/gotty/pkg-descr new file mode 100644 index 000000000000..67af34051ff9 --- /dev/null +++ b/www/gotty/pkg-descr @@ -0,0 +1,12 @@ +GoTTY is a simple command line tool that turns your CLI tools into web +applications. + +GoTTY starts a new process with the given command when a new client connects +to the server. This means users cannot share a single terminal with others by +default. However, you can use terminal multiplexers for sharing a single +process with multiple clients. + +For additional security, SSL/TLS client certificate authentication and +session encryption should be used. + +WWW: https://github.com/yudai/gotty |