Mailman alias

2002-04-18 Thread sheila adada
Hi My Debain potato GNU/Linux server is running default setup of GNU Mailman 2.0.5 and having a couple of mailing lists on that. Now, we want to have multiple aliases for the default posting addresses for those lists. Should I do that by adding an alias in sendmail, or are there better ways of

Re: Iptables config

2002-04-18 Thread Martin Peikert
Peter Cordes wrote: > On Wed, Apr 17, 2002 at 01:09:27PM +0200, Martin Peikert wrote: >>First, you should set your policy to DROP. The way you configured your >>filter with a policy set to ACCEPT would let all traffic pass through. > > No it doesn't; It would block new connections, because

Re: Iptables config

2002-04-18 Thread Rolf Kutz
* Quoting Mathias Palm ([EMAIL PROTECTED]): > > iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT > > Sorry, I dont get that. The manpage says: > > ...ESTABLISHED meaning that the > packet is associated with a connection which has > seen packets in both directions... >

Re: Allow root to telnet

2002-04-18 Thread Chris Hilts
On Thu, Apr 18, 2002 at 11:28:28AM +0800, Michael Watts wrote: > Hi, > > I am having trouble with a few services and want to allow root to telnet > to a Debian 2.2r5 system for testing purposes, but can not find the way > to allow this to happen. You really really really do not want to do this.

Re: Guarding against evil software installation scripts?

2002-04-18 Thread Tim Freeman
From: "Howland, Curtis" <[EMAIL PROTECTED]> >At some point you have to "trust". Unless you're ready to read every >line of code, every script, yourself every time you install anything, >trust is explicit. I agree. Since essentially none of our users will have time to read much source code, the

Re: Allow root to telnet

2002-04-18 Thread Kevin Buhr
"Michael Watts" <[EMAIL PROTECTED]> writes: > > I am having trouble with a few services and want to allow root to telnet > to a Debian 2.2r5 system for testing purposes, but can not find the way > to allow this to happen. I don't have a Debian 2.2 (AKA "potato") installation handy to check for s

Re: Allow root to telnet

2002-04-18 Thread Pierre
On April 17, 2002 10:28 pm, Michael Watts wrote: > Hi, > > I am having trouble with a few services and want to allow root to > telnet to a Debian 2.2r5 system for testing purposes, but can not > find the way to allow this to happen. Could you telnet in as a regular user and then su to root? -- P

Re: Guarding against evil software installation scripts?

2002-04-18 Thread Anne Carasik
Dude, and I thought I'm paraniod :) Even I trust the debian sources in /etc/apt/sources.list, not without the PGP key or MD5 of course. Just make sure the digital signature and/or MD5 checksum comes from a trusted source. Unless, of course, you want to write your own code. :) -Anne On Wed, A

Re: Allow root to telnet

2002-04-18 Thread Jason Clarke
Michael, The omnibackup program should have it's own daemon. Failing that, when telnetting to a machine (which is bad as telnet is insecure), you should be able to login as a normal user and SU to root. How ever, it would be better if you used SSH, which is basically an encrypted telnet protoco

Webserver questions: using samba, avoiding cleartext passwords, co-existing with Windows

2002-04-18 Thread Tom Dominico
I have a Debian webserver that currently runs SSH, HTTP, and SMTP services. The SMTP service only accepts mail from the local interface. I try to keep my box free of any excess services that might lead to vulnerabilities, or that transmit authentication information via cleartext. I am running in

Re: Webserver questions: using samba, avoiding cleartext passwords, co-existing with Windows

2002-04-18 Thread Daniel Freedman
On Thu, Apr 18, 2002, Tom Dominico wrote: > I have a Debian webserver that currently runs SSH, HTTP, and SMTP > services. The SMTP service only accepts mail from the local interface. > I try to keep my box free of any excess services that might lead to > vulnerabilities, or that transmit authenti

Re: Webserver questions: using samba, avoiding cleartext passwords,co-existing with Windows

2002-04-18 Thread John Morris
Samba and encrypted passwords. The encrpyted passwords should be default on later Windows boxes, but may require registry edits on older Windows OSes. Fast, easy, and secure. Windows Netbios & SMB traffic should probably already be firewalled in and out,(If not, seriously consider it), but you can

RE: Guarding against evil software installation scripts?

2002-04-18 Thread Howland, Curtis
> From: Tim Freeman [mailto:[EMAIL PROTECTED]] ... > But whose reputation? The package maintainer directly, the Debian project indirectly. I'm not really talking about individuals, I'm talking about generalities. On a really secure machine, you're not going to be installing games, or utilities

Re: Webserver questions: using samba, avoiding cleartext passwords, co-existing with Windows

2002-04-18 Thread Alvin Oga
hiya download and install ssh into each windoze box that needs access to the debian box samba -> encrypted passwd is typically already on smbpasswd is needed to allow the windoze users to connect nfs -> use secure portmap, secure nfs, ftp -> secure ftp w/ scp telnet

Windows ftp clients for ftpd-ssl (OpenBSD)

2002-04-18 Thread David Stanaway
Hi, I was wondering if anyone could recommend freeish windows clients that support ssl ( in.ftpd -z secure ). I have tried FileZilla (Which is GPL'ed but a little flakey, at least on Win98) but it seems to have problems establishing the data socket in either normal, or passive mode. Cheers...

Re: Windows ftp clients for ftpd-ssl (OpenBSD)

2002-04-18 Thread Alvin Oga
hi ya david you can use ssh for windows to do secure ftp to debian or bsd* found out pftp didnt support "mput *" ... o well highlight, drag-n-drop works http://www.Linux-Sec.net/SSH/ssh.windows.txt - use ssh clients from ssh.com or putty or your favorite "i heard tom-di

Guarding against evil software installation scripts?

2002-04-18 Thread Tim Freeman
At the moment my system has 876 packages installed. They were all installed by root. Each package gets a chance to run an arbitrary shell script as root, so it seems to me that there must have been much more than 876 opportunities for my system to get utterly destroyed by absolute strangers. So

Re: one more iplogger question.

2002-04-18 Thread A.J. Rossini
> "a" == A J Rossini <[EMAIL PROTECTED]> writes: > "jussi" == Jussi Ekholm <[EMAIL PROTECTED]> writes: jussi> What software tries to connect to port 16001? Or does anything? What jussi> should I think about this entry? I admit, I'm *overly* paranoid, when jussi> it comes to run

RE: Guarding against evil software installation scripts?

2002-04-18 Thread Howland, Curtis
> I don't see a clear path to doing this the "right" way, where chaos is > prevented by something more substantial than a social convention. > > I have to admit that the social convention is working very well at the > moment, though. > > -- > Tim Freeman > [EMAIL PROTECTED] At some poi

Mailman alias

2002-04-18 Thread sheila adada
Hi My Debain potato GNU/Linux server is running default setup of GNU Mailman 2.0.5 and having a couple of mailing lists on that. Now, we want to have multiple aliases for the default posting addresses for those lists. Should I do that by adding an alias in sendmail, or are there better ways o

Re: Iptables config

2002-04-18 Thread Martin Peikert
Peter Cordes wrote: > On Wed, Apr 17, 2002 at 01:09:27PM +0200, Martin Peikert wrote: >>First, you should set your policy to DROP. The way you configured your >>filter with a policy set to ACCEPT would let all traffic pass through. > > No it doesn't; It would block new connections, because it re

Re: Iptables config

2002-04-18 Thread Rolf Kutz
* Quoting Mathias Palm ([EMAIL PROTECTED]): > > iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT > > Sorry, I dont get that. The manpage says: > > ...ESTABLISHED meaning that the > packet is associated with a connection which has > seen packets in both directions... >

Re: Allow root to telnet

2002-04-18 Thread Chris Hilts
On Thu, Apr 18, 2002 at 11:28:28AM +0800, Michael Watts wrote: > Hi, > > I am having trouble with a few services and want to allow root to telnet > to a Debian 2.2r5 system for testing purposes, but can not find the way > to allow this to happen. You really really really do not want to do this.

Re: Guarding against evil software installation scripts?

2002-04-18 Thread Tim Freeman
From: "Howland, Curtis" <[EMAIL PROTECTED]> >At some point you have to "trust". Unless you're ready to read every >line of code, every script, yourself every time you install anything, >trust is explicit. I agree. Since essentially none of our users will have time to read much source code, the o

Re: Allow root to telnet

2002-04-18 Thread Kevin Buhr
"Michael Watts" <[EMAIL PROTECTED]> writes: > > I am having trouble with a few services and want to allow root to telnet > to a Debian 2.2r5 system for testing purposes, but can not find the way > to allow this to happen. I don't have a Debian 2.2 (AKA "potato") installation handy to check for su

Re: Allow root to telnet

2002-04-18 Thread Pierre
On April 17, 2002 10:28 pm, Michael Watts wrote: > Hi, > > I am having trouble with a few services and want to allow root to > telnet to a Debian 2.2r5 system for testing purposes, but can not > find the way to allow this to happen. Could you telnet in as a regular user and then su to root? -- Pi

Re: Guarding against evil software installation scripts?

2002-04-18 Thread Anne Carasik
Dude, and I thought I'm paraniod :) Even I trust the debian sources in /etc/apt/sources.list, not without the PGP key or MD5 of course. Just make sure the digital signature and/or MD5 checksum comes from a trusted source. Unless, of course, you want to write your own code. :) -Anne On Wed, Ap

Re: Allow root to telnet

2002-04-18 Thread Jason Clarke
Michael, The omnibackup program should have it's own daemon. Failing that, when telnetting to a machine (which is bad as telnet is insecure), you should be able to login as a normal user and SU to root. How ever, it would be better if you used SSH, which is basically an encrypted telnet protocol

Webserver questions: using samba, avoiding cleartext passwords, co-existing with Windows

2002-04-18 Thread Tom Dominico
I have a Debian webserver that currently runs SSH, HTTP, and SMTP services. The SMTP service only accepts mail from the local interface. I try to keep my box free of any excess services that might lead to vulnerabilities, or that transmit authentication information via cleartext. I am running int

Re: Webserver questions: using samba, avoiding cleartext passwords, co-existing with Windows

2002-04-18 Thread Daniel Freedman
On Thu, Apr 18, 2002, Tom Dominico wrote: > I have a Debian webserver that currently runs SSH, HTTP, and SMTP > services. The SMTP service only accepts mail from the local interface. > I try to keep my box free of any excess services that might lead to > vulnerabilities, or that transmit authentic

Re: Webserver questions: using samba, avoiding cleartext passwords, co-existing with Windows

2002-04-18 Thread John Morris
Samba and encrypted passwords. The encrpyted passwords should be default on later Windows boxes, but may require registry edits on older Windows OSes. Fast, easy, and secure. Windows Netbios & SMB traffic should probably already be firewalled in and out,(If not, seriously consider it), but you can

RE: Guarding against evil software installation scripts?

2002-04-18 Thread Howland, Curtis
> From: Tim Freeman [mailto:[EMAIL PROTECTED] ... > But whose reputation? The package maintainer directly, the Debian project indirectly. I'm not really talking about individuals, I'm talking about generalities. On a really secure machine, you're not going to be installing games, or utilities

Re: Webserver questions: using samba, avoiding cleartext passwords, co-existing with Windows

2002-04-18 Thread Alvin Oga
hiya download and install ssh into each windoze box that needs access to the debian box samba -> encrypted passwd is typically already on smbpasswd is needed to allow the windoze users to connect nfs -> use secure portmap, secure nfs, ftp -> secure ftp w/ scp telnet

Windows ftp clients for ftpd-ssl (OpenBSD)

2002-04-18 Thread David Stanaway
Hi, I was wondering if anyone could recommend freeish windows clients that support ssl ( in.ftpd -z secure ). I have tried FileZilla (Which is GPL'ed but a little flakey, at least on Win98) but it seems to have problems establishing the data socket in either normal, or passive mode. Cheers... -