2015-01-26 19:47 UTC+01:00, [email protected] <[email protected]>: >> >> Thank you for your answer. >> > I run sage notebook server in a vm, but > please elaborate a little about your first suggestion. > Also I remarked that both the admin (of the sage server) and the simple > user > are finally the "same linux user". > I gave os.system('whoami') as admin and > as simple user and get the same result.
Yes. This is especially what I meant. The notebook need to be launched as a linux user with few rights (that has nothing to do with the admin/normal user within the notebook). But anyway you need to trust a bit your users as they have access to a Python shell on the machine. As far as I remember there is also an option (called "server_pool") such that the worksheets are run with different linux users than the one which own the notebook process. But I am not up to date with the sagenb server and you should have a look to the documentation. > (Maybe it is not a good idea to leave anyone to register.) It depends on what you have in mind. > One more question, if I managed to have a ssl certificate (not self signed) > where do I have to put it? For this, I have no idea. Vincent -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
