Re: can't delete file even after "chmod 777" & "rm -f"

2005-03-12 Thread Danie Du Toit
The attributes for the /home/robot and /home/mlbot by default set to 755. To have a users in the same group delete files from these directories, you need to set the directory attributes to 775. On Sat, 12 Mar 2005 16:47:03 -0500, Gary Stanny <[EMAIL PROTECTED]> wrote: > > Howdy - > > I'm having

Re: sshd - public key vs keyboard interactive authentication

2005-03-06 Thread Danie Du Toit
Thanks for the responses - all set! On Mon, 07 Mar 2005 01:58:30 +, Chris Hodgins <[EMAIL PROTECTED]> wrote: > Jeff With wrote: > >>So, my questions: > >> > >>1. How do I disable password authentication - i.e. force to use the DSA > >>keys? > > > > > > Make sure all 'password' auth is disabl

sshd - public key vs keyboard interactive authentication

2005-03-06 Thread Danie Du Toit
5.3 with OpenSSH. Using public key authentication: I generated/converted my keys - all set, I can ssh to the box using the keys (no user authentication, I get logged in) Using password authentication: I can still ssh using interactive keyboard password authentication (without using public/priva

Re: Secure file transfers

2005-02-10 Thread Danie Du Toit
oftware on their windows PC's/servers) I am running a 5.3 box and have some issues installing Apache/SSL/PHP due to dependencies mismatches. On Thu, 10 Feb 2005 14:40:47 -0600, Andrew L. Gould <[EMAIL PROTECTED]> wrote: > On Thursday 10 February 2005 02:28 pm, Anthony Atkielski

Secure file transfers

2005-02-10 Thread Danie Du Toit
Which packages are available to upload /download large dumpfiles in a secure fashion (e.g. using SSL). The customer should not need any secure client installed on his PC. Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mail

Re: how to configure Xorg to run at 1280x1024

2005-02-06 Thread Danie Du Toit
You have two SubSection "display"'s with depth 8 - try remove the second one : SubSection "Display" Viewport 0 0 Depth 8 EndSubSection On Sun, 6 Feb 2005 06:42:23 +0100, Dejan Lesjak <[EMAIL PROTECTED]> wrote: > Gary Kline wrote: > > > People, > > > >

Re: [Re: Configuring Ethernet Interface for 100 Half Duplex]

2004-01-29 Thread Danie du Toit
;[EMAIL PROTECTED]> wrote: - Original Message - Fr= om: "Danie du Toit" <[EMAIL PROTECTED]> To: Sent: Thursday, January 29, 2004 9:50 AM Subject= : Configuring Ethernet Interface for 100 Half Duplex > > I need t with no IP pr > Currently t

Configuring Ethernet Interface for 100 Half Duplex

2004-01-29 Thread Danie du Toit
I need t= o set up a spare Ethernet Interface as 100Mb/s Half Duplex, with no IP pr= otocol info and permanently in promiscuous mode. Currently the card autosense 100 Full - = I want to set up a IDS interface. I could not find it in ifconfig, so I g= uess it is done on init? Th

Re: how to tell if my ISP is blocking email & web ports

2004-01-21 Thread Danie du Toit
Just run tc= pdump / ethereal (or any sniffer) on a PC at your place and telnet throug= h the Internet to your IP address on ports 110, 80, 25. If you can = see this packets, your ISP is not blocking it. freebsd-ques= [EMAIL PROTECTED] wrote: Send freebsd-questions mailing list