补充参考资料。

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-07-15 14:59:05 +08:00
parent 1cdda3c4d7
commit 00fe867f4d
1 changed files with 4 additions and 0 deletions

View File

@ -70,3 +70,7 @@ gotty --config=<config file> tmux new -A -s gotty
```sh
gotty -t --tls-crt=./gotty.crt --tls-key=./gotty.key -w -p "9000" -c "user:pass" tmux new -A -s gotty
```
## 参考文献
1. [GoTTY把你的 Linux 终端放到浏览器里面](https://zhuanlan.zhihu.com/p/26590894)