Linux/Shellinabox: Difference between revisions
Appearance
< Linux
Die Seite wurde neu angelegt: „== Installation == * apt install shellinabox == Config == For proxy access: * /etc/default/shellinabox <pre> SHELLINABOX_ARGS="--no-beep --disable-ssl" </pre>“ |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
* /etc/default/shellinabox | * /etc/default/shellinabox | ||
<pre> | <pre> | ||
SHELLINABOX_ARGS="--no-beep --disable-ssl" | SHELLINABOX_ARGS="--no-beep --disable-ssl --localhost-only" | ||
</pre> | </pre> | ||
[[Category:Linux/Services]] | |||
[[Category:Linux]] |
Latest revision as of 14:37, 1 April 2017
Installation
- apt install shellinabox
Config
For proxy access:
- /etc/default/shellinabox
SHELLINABOX_ARGS="--no-beep --disable-ssl --localhost-only"