Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

RE: ACL problems, any suggestions would be great

Subject: RE: ACL problems, any suggestions would be great
Date: Tue, 17 Aug 2004 11:43:48 -0500 (CDT)

Using NIS+/NFS/Kerberos is probably your best way to go.

You could use PKI authentication so when pine ssh's into the other host,
you would not have to enter a password. This complicates things because
all of your users must have a home directory on the remote system with a
~.ssh/authorized_keys containing their public key.

I'd recommend getting the book
 Practical UNIX & Internet Security
from O'reilly.  It is a good resource for questions like this.

Ryan

On Mon, 16 Aug 2004, Turner, Carl H [NTK] wrote:

Because that would make it once again, insecure. :)

NFS is based on the RPC protocol, which is plain old text. Very old
stuff...
However, there is secure RPC now. Check into NFS+ if NFS is your thing.


-Carl

-----Original Message-----
From: Greg Wooledge [mailto:wooledg@eeg.ccf.org]
Sent: Wednesday, August 11, 2004 10:46 AM
To: secureshell@securityfocus.com
Subject: Re: ACL problems, any suggestions would be great

On Tue, Aug 10, 2004 at 01:57:35PM -0400, Bryan Loniewski wrote:
User logs into some machine (frontend) starts pine, pine ssh's to
another machine
(backend) where their mail is actually stored in Maildir format and
exec /etc/rimapd.
We want to do this without the user having to enter a password again
on the backend
machine.

Why not just NFS-mount the directory where their Maildirs live?  Have
pine
read the Maildirs directly as local files.  (This is automagical if you
have Maildir/ in $HOME where it belongs....)



<Prev in Thread] Current Thread [Next in Thread>