Re: Solaris 9 sftp-server
Thomas Krieger <[email protected]>
| Newsgroups | gmane.comp.security.sun |
|---|---|
| Message-ID | <[email protected]> |
In-Reply-To: <9D07D10FA5CAD21192620008C7B14D29033AD05B@ISDEXCH-1> A good idea is to use scponly. This is a special login shell which only allows a user to use scp or sftp. Users are not perkitted to login. Scponly is also able to chroot. This means a very secure solution for transfering files only. It is also possible to deny the use of widcards. If you want to know more just look at the homepage of scponly http://www.sublimation.org/scponly/ Regards Thomas