Re: restricted bash (rbash)

2000-11-15 Thread Alexander Hvostov
Jochen, mkdir /usr/local/bin/restricted;ln -s command /usr/local/bin/restricted/command;... export PATH=/usr/local/bin/restricted;exec rbash ...boom. Now only the commands you want the user to be able to run will be available. Shell scripts, however, continue to work fine, since their `hash

Re: Workstation question...

2000-11-15 Thread Alexander Hvostov
Henning, While the `unstable' version of Debian, named `woody', now comes with XFree86 4.0 (which supports your GeForce), I don't imagine a newbie would be too comfortable running the unstable distribution... By the way, can I have your equipment? A Descent monitor? Cool!! I have _got_ to see

Re: restricted bash (rbash)

2000-11-15 Thread Tomasz Kuźniar
On Tue, Nov 14, 2000 at 03:51:56PM +, Colin Phipps wrote: : On Tue, Nov 14, 2000 at 04:34:33PM +0100, Jan Martin Mathiassen wrote: : On Tue, Nov 14, 2000 at 01:30:57PM -0200, Pedro Zorzenon Neto wrote: : I put /bin/rbash as the default shell (in /etc/passwd) for some users that : I

Re: #76788: forced ssh agent/X forwarding vulnerability

2000-11-15 Thread Brad Allen
From: Chuan-kai Lin [EMAIL PROTECTED] Subject: #76788: forced ssh agent/X forwarding vulnerability Date: 13 Nov 2000 23:51:35 GMT Message-ID: [EMAIL PROTECTED] cklin I just saw this in bugtraq this morning, and somebody already cklin filed a bug against ssh. A patch is available against 2.2.0,

Re: restricted bash (rbash)

2000-11-15 Thread Pedro Zorzenon Neto
That worked really well. I changed in /etc/passwd home directory of my restricted users to: /usr/local/bin/restricted users's shell to: /bin/rbash And created .bashrc .bash_profile in /usr/local/bin/restricted with: export PATH=~ Then I put the commands I want to

Re: restricted bash (rbash)

2000-11-15 Thread Pedro Zorzenon Neto
$ /bin/sh rbash: /bin/sh: restricted: cannot specify `/' in command names Francois, if you want to know more about rbash, take a look at: http://igbt.sel.eesc.sc.usp.br/cgi-bin/dwww?type=manlocation=/usr/share/man/man1/rbash.1.gz Bye On Wed, Nov 15, 2000 at 08:11:23PM +0100, Francois Cerbelle

FW: restricted bash (rbash)

2000-11-15 Thread Simon Burson
If you set the path to be their home directory and put in sim links for those aps you want them to use this will restrict their access. -taz -Original Message- From: Colin Phipps [mailto:[EMAIL PROTECTED] Sent: Wednesday, 15 November 2000 04:50 To: debian-security@lists.debian.org