Clarified the suggested use case when running with a dedicated user and group
git-svn-id: https://shellinabox.googlecode.com/svn/trunk@150 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
parent
468bcbbb4e
commit
cd5decc68e
1 changed files with 5 additions and 4 deletions
|
@ -469,13 +469,14 @@ Interactively request the user's name and password prior to launching
|
||||||
a Bourne shell. This command can be run by unprivileged users. But if
|
a Bourne shell. This command can be run by unprivileged users. But if
|
||||||
doing so, it only allows this particular user to log in.
|
doing so, it only allows this particular user to log in.
|
||||||
.TP
|
.TP
|
||||||
.B shellinaboxd -c certificates -g shellinaboxd
|
.B shellinaboxd -c certificates -u shellinabox -g shellinabox
|
||||||
If the
|
If the
|
||||||
.B certificates
|
.B certificates
|
||||||
directory exists and is writable by the
|
directory exists and is writable by the
|
||||||
.B shellinaboxd
|
.B shellinabox
|
||||||
group, self-signed SSL certificates will be generated in this
|
user and group, self-signed SSL certificates will be generated in this
|
||||||
directory. Running this command as
|
directory. This might require creating an appropriately named user first.
|
||||||
|
Running this command as
|
||||||
.B root
|
.B root
|
||||||
allows any user on the system to log in at
|
allows any user on the system to log in at
|
||||||
.BR http://localhost:4200/ .
|
.BR http://localhost:4200/ .
|
||||||
|
|
Loading…
Reference in a new issue