|
From: Michael E. <mic...@st...> - 2011-03-31 08:21:33
|
Hi Stephan We work with chroot environments (Change root). These chroots act like a jail. The users can not leave the chroot environments. The setup depends on your Linux distribution. Some distributions offer tools to setup a chroot. We created a skeleton and added the tools (like ls, chmod, ...) with the corresponding libraries. For each new user we just hardlink all the files an edit /etc/passwd and /etc/group. Regards, Michael On 31/03/11 10:13, Stephan Buys wrote: > Hi There > > Thanks for you're help will impliment and send details you some other > snags I ran into. What do you use to keep user backup files isolated > and unreadable from other backup ssh users? > > Thanks > Stephan > > On 31/03/2011 09:14, Michael Eichenberger wrote: >> Hello Stephan >> >> The scripts are fairly simple. In most cases, the only information >> taken out of the ldap directory can be extracted with the following >> commands (uid stands for the user name, gid for the group name): >> >> * getent passwd uid >> * getent passwd gid >> >> With these commands, you can check the users home directory and >> retrieve any other user related information. >> >> I would be happy to give you write access to the sepiola wiki, so >> that you can publish you own scripts. >> >> Kind regards, Michael >> >> >> On 31/03/11 00:25, Stephan Buys wrote: >>> Hey again, can you please let me know how server side scripts can be >>> adapted for local users rather than ldap. >>> >>> Thanks again >>> Stephan >>> >>> On 30/03/2011 12:17, Michael Eichenberger wrote: >>>> Hi Stephan >>>> >>>> We've updated the documentation on the wiki for the configuration >>>> of Sepiola (Linux): >>>> http://wiki.sepiola.org/index.php?n=Sepiola.InstallationLinux?lang=en >>>> >>>> Please make sure, that puttygen is installed on the server (see the >>>> requirements section): >>>> http://wiki.sepiola.org/index.php?n=Sepiola.HowToBackupServerSetUp?lang=en >>>> >>>> Kind regards, Michael >>>> >>>> On 30/03/11 00:56, Stephan Buys wrote: >>>>> Hi There, >>>>> >>>>> Got everyhting installed and configured to connect to my ssh >>>>> server, keys fingerprints etc. >>>>> >>>>> ssh from the command line works fine but user can't authenticate. >>>>> >>>>> What do I have to change in config for custom setup? >>>>> >>>>> Like what I see in screenshots wanna give it a try! >>>>> >>>>> Thanks >>>>> Stephan Buys >>>>> >>>>> Linux + Windows >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Enable your software for Intel(R) Active Management Technology to meet the >>>>> growing manageability and security demands of your customers. Businesses >>>>> are taking advantage of Intel(R) vPro (TM) technology - will your software >>>>> be a part of the solution? Download the Intel(R) Manageability Checker >>>>> today!http://p.sf.net/sfu/intel-dev2devmar >>>>> >>>>> >>>>> _______________________________________________ >>>>> Sepiola-users mailing list >>>>> Sep...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/sepiola-users >>>> >>>> -- >>>> stepping stone GmbH >>>> Neufeldstrasse 9 >>>> CH-3012 Bern >>>> >>>> Telefon: +41 31 332 53 63 >>>> www.stepping-stone.ch >>>> mic...@st... >>> >> >> -- >> stepping stone GmbH >> Neufeldstrasse 9 >> CH-3012 Bern >> >> Telefon: +41 31 332 53 63 >> www.stepping-stone.ch >> mic...@st... > -- stepping stone GmbH Neufeldstrasse 9 CH-3012 Bern Telefon: +41 31 332 53 63 www.stepping-stone.ch mic...@st... |