search for: jailkit

Displaying 6 results from an estimated 6 matches for "jailkit".

2011 Dec 15
3
GUIs para R en 'jaulas' ssh con JailKit y chroot
Hola: En el trabajo tengo que montar acceso a investigadores a uno de los servidores de cálculo de la unidad, y he conseguido ya montar un R dentro de una jaula ssh con JailKit (chroot). http://olivier.sessink.nl/jailkit/ https://launchpad.net/jailkit Ahora bien, quería probar que los usuarios pudieran también abrir alguna GUI al conectarse con ''ssh -X foo@server'' (por ejemplo el Rcmdr, o RStudio, ...), pero no he conseguido montar bien en la jaula s...
2008 Feb 03
1
Chrooted R + Rserve
I successfully chrooted R running Rserve with an unprivileged user, and thought I'd publish the process. Attached is a jailkit.ini for use with jailkit;* and a chroot/setuid wrapper, chwrap.c. To set up the chroot in, for instance, /var/R; perform: mkdir -v /var/R jk_init -v -c jailkit.ini -j /var/R R then create the unprivileged user `r': useradd r After compiling chwrap with: gcc -o chwrap chwrap.c...
2006 Jan 12
4
Granting SSH access to a Ruby on Rails user
I installed Rails and Rubygems on a web server for a customer who wants to install a Ruby on Rails application that he developped. He needs SSH access to interact with Ruby, so I''ll have to grant him access, but I want him to only play around in his /home directory, as this server also hosts other customers. How could I do that? Thanks, -- Posted via http://www.ruby-forum.com/.
2007 Aug 29
1
Chroot tool
Hi, Currently I'm working on building chroot environment for a several users. The needs of those users are different, so the binaries and their libraries are differents too. The building process tends to be so tedious. I'm using a odd script to automatize the copy of needed libraries, but it not works very fine. ?Is there some tool to automatize the chroot jails creation/management?
2014 Mar 06
0
OT Help for Cyrillic/percent letters to UTF-8 conversion script
...\1/g' | xargs echo -e); echo $j; mv "$i" "$j"; done or: for i in $(find * -type f ); do j=$(echo $i | sed -e's/%\([0-9A-F][0-9A-F]\)/\\\\\x\1/g' | xargs echo -e); echo $j; mv "$i" "$j"; done But I have to apply it on server with Jailkit that does not allow xargs command. Does someone know how I can do it differently? Thanks, -- Ljubomir Ljubojevic (Love is in the Air) PL Computers Serbia, Europe StarOS, Mikrotik and CentOS/RHEL/Linux consultant
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...e or directory. One of the reasons is that /usr/local/bin/Rserve is no longer a standalone executable, and is now initiated using R CMD Rserve. However, after making the appropriate changes to the .ini, I still get the same error. Anyone successfully reproduced this setting with a recent R/Rserve/Jailkit? -- View this message in context: http://r.789695.n4.nabble.com/Chrooted-R-Rserve-tp845917p3020014.html Sent from the R help mailing list archive at Nabble.com. ------------------------------ Message: 95 Date: Fri, 29 Oct 2010 22:59:03 -0700 (PDT) To: Phil Spector <spector@stat.berkeley.e...