multiple users in chroot

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Re: multiple users in chroot

    > certainly.

    hmm, that's nice! Do you know where to find more information (I've been
    looking for quite a while now)?


    Broetchen Guest

  2. Similar Questions and Discussions

    1. Multiple users
      I have a football tema web site and would like all the different managers to be able to access certain pages, ie.e their own team and edit text. (a)...
    2. Multiple users on multiple sites
      If several users edit their own sites using one pc with one version of Contribute, for example in a community venue, is it possible to issue...
    3. Best way to add multiple users
      Anyone have any tips or links to show how to add many usres from a csv file or simmilar. This is in a school enviornment so each year a whole...
    4. Sftp and Chroot
      first, all unix commands are lower case - a point your note implies you may not know. 2nd, try here:...
    5. chroot setup
      Hi! are there any scripts available to setup a chroot environment with AIX 5L? -- Thomas
  3. #2

    Default Re: multiple users in chroot

    Broetchen wrote:
    >
    > hmm, that's nice! Do you know where to find more information (I've been
    > looking for quite a while now)?
    A chroot environment has its own passwd file. Getting several users
    into the environment involves having more than one line in that
    passwd file. Getting the user process into the chroot environment
    in the first palce is no different from one user to another so if
    you can do it with one you can do it with a thousand.
    Doug Freyburger Guest

  4. #3

    Default Re: multiple users in chroot

    Broetchen <y0013515@tu-bs.de> wrote:
    >Is it possible to support multiple users in one chroot environment?
    Sure. Why wouldn't it be?

    Of course, the processes sharing a chroot parent won't be as protected from
    each other as having their own sandbox/jail.
    >Are there other solutions than creating user accounts in this chroot
    >environment? Is it possible to manage data of multiple users logging into
    >this environement with the same username (kind of anonymous access)?
    Depends entirely on what services you provide and what you consider to be a
    "different user". Anonymous access works for some applications, which then
    provide their own user-identification and security as needed. It doesn't for
    most.
    >If so, how difficult would it be?
    Anywhere between trivial (give out the anonymous username and erase it's
    password) and impossible (to have any sort of inter-user security when they
    all use the same login id).
    --
    Mark Rafn [email]dagon@dagon.net[/email] <http://www.dagon.net/>
    Mark Rafn Guest

  5. #4

    Default Re: multiple users in chroot

    On Wed, 9 Jun 2004 12:19:11 +1000, Broetchen <y0013515@tu-bs.de> wrote:
    >> certainly.
    >
    > hmm, that's nice! Do you know where to find more information (I've been
    > looking for quite a while now)?
    Well, _this_ will help:
    [url]http://www.catb.org/~esr/faqs/smart-questions.html[/url]

    Seriously, take a look. Doesn't answer your question but it will
    help you ask ones more likely to get you useful answers.

    Dave Hinz Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139