diff --git a/pages/common/gotty.md b/pages/common/gotty.md new file mode 100644 index 0000000000..9c686865ad --- /dev/null +++ b/pages/common/gotty.md @@ -0,0 +1,16 @@ +# gotty + +> Share your terminal as a web application. +> More information: . + +- Share result of command: + +`gotty {{command}}` + +- Share with write permission: + +`gotty -w {{shell}}` + +- Share with credential (Basic Auth): + +`gotty -w -c {{username}}:{{password}} {{shell}}`