Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: using /etc/zshenv for access control



> All my users have their shell as /usr/bin/zsh (which is 3.0.2)
> 
> What I want to do is deny _incoming_ telnet/rsh/rlogin/ftp access for
> these users.  However, I still want to be able to telnet/rlogin/ftp into
> the machine.
> 
> For now let's forget ftp because that's a different beast.  So I've
> commented out 'rshd' and 'ftpd' in /etc/inetd.conf.

It would be much easier to handle this type of access control
if you install tcp_wrappers.  I use it to block access to our
servers from everyone, but the sysadmins.  It's pretty easy to
install.

ftp.win.tue.nl:/pub/security/

/rc



Messages sorted by: Reverse Date, Date, Thread, Author