Re: Find what options a precompiled package uses

2008-08-01 Thread Valeriu Mutu
gt; http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Valeriu Mutu ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Controlling read access

2008-07-31 Thread Valeriu Mutu
logs into their own directory via FTP, there should be a way to "chroot" him/her, so that the home directory appears as the root directory. Consult your FTP server manuals for this. You might also turn off the r,w,x bits for other. Valeriu -- Valeriu Mutu

Problem building openssh-portable with KERBEROS, GSSAPI, KERB_GSSAPI.

2008-07-30 Thread Valeriu Mutu
/usr/ports/security/openssh-portable. --- I am running a GENERIC kernel on FreeBSD 7.0-RELEASE (i386). ps: Searched the internet and found some hints that the problem might be caused by the definition of GSS_C_NT_HOSTBASED_SERVICE

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Valeriu Mutu
rg mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Valeriu Mutu ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: KDE3 Error

2008-05-02 Thread Valeriu Mutu
t;make fetch": make MASTER_SITE_OVERRIDE=ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/source/ fetch or make MASTER_SITE_OVERRIDE=ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source/ fetch These are mirrors taken from /usr/ports/Mk/bsd.siteis.mk . Search for MASTER_SITE_QT in that f

Re: restrict ssh access

2008-04-25 Thread Valeriu Mutu
ing ACL? You'll have to add the 'acls' option in fstab and do a reboot. After that, put those users in a group and deny that group all the permissions (r,w,x) on all executables on the system. Set r-x permissions on their _login shell_ (i.e /bin/csh, /bin/sh etc.) and /usr/bin/passwd executable. It worked f

Re: restrict ssh access

2008-04-25 Thread Valeriu Mutu
riences with sftp. :-) > > I believe the connecton would just close. Somehow I missed that sftp part :-( One more thing: you'll have to set r-x permissions for /usr/libexec/sftp-server as well. To summarize, you'll have to set r-x permissions for