[SECURITY] [DSA 023-1] New version of inn2 released

2001-01-27 Thread Martin Schulze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - Debian Security Advisory DSA-023-1 [EMAIL PROTECTED] http://www.debian.org/security/ Martin Schulze January 26, 2001 -

Security patches being reverted, and the BTS

2001-01-27 Thread Henrique M Holschuh
The recent mgetty upload security fix, and an NMU upload (of mgetty) to unstable yesterday reminded me of a serious issue we still have to address. Sometimes, security patches made by the security team (and made available through security.debian.org) are reverted on mistake by maintainers on the

Re: Clear screan question

2001-01-27 Thread Alexis Paul Musgrave
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In my .bash_logout I have: case "`tty`" in /dev/tty[0-9]) clear esac This works perfectly on tty's, and I don't think you need this on pty's. ,_Muz_ - -- |- Alexis Paul (Muz) Musgrave - muz@theantcolony,com [EMAIL PROTECTED] -| |-

Re: Clear screan question

2001-01-27 Thread wes schreiner
Alexis Paul Musgrave wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In my .bash_logout I have: case "`tty`" in /dev/tty[0-9]) clear esac This works perfectly on tty's, and I don't think you need this on pty's. No, this doesn't work, at least not on vgacon or matroxfb.

Re: Clear screan question

2001-01-27 Thread Ethan Benson
On Sat, Jan 27, 2001 at 07:37:59AM -0600, wes schreiner wrote: # ~/.bash_logout: executed by bash(1) when login shell exits. # when leaving the console clear the screen to increase privacy case "`tty`" in /dev/tty[0-9]) echo ^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L\

Re: Clear screan question

2001-01-27 Thread Sune Kirkeby
[ wes schreiner ] Not that I can see, though I'd love to know of a clean way to clear the scroll-back buffer. I agree it's a bit hackish. Can anyone come up with something better? [ Cesar Crusius wrote ] reset -Q [ Tal Danzig ] Works, in an xterm as well. That's neat, I'll change all my

Re: connecting to my box

2001-01-27 Thread Laurent Luyckx
Mohammed Elzubeir wrote: Okay, I don't know how this has to do with my dns config (which were screwy anyway).. so I went ahead and setup my dns server like it should be (as a slave nameserver) and it works fine. I am able to connect to the 'outside' from it, but not to it. I also had a

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
I just changed it and removed the last ':', and now I get "Permission denied". This is crazy. I just want to be able to ssh.. that's all. Why is it so damn weird on Debian.. this is the first time EVER that I had a hard time setting up ssh, or ANY unix or linux. later Mohammed Elzubeir

Re: connecting to my box

2001-01-27 Thread Laurent Luyckx
Mohammed Elzubeir wrote: I just changed it and removed the last ':', and now I get "Permission denied". This is crazy. I just want to be able to ssh.. that's all. Why is it so damn weird on Debian.. this is the first time EVER that I had a hard time setting up ssh, or ANY unix or linux.

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
No of course not. I checked my sshd_config file, and I definitely would not allow root to ssh directly. Mohammed Elzubeir General Access Labs (x2825) http://www.cas.unt.edu/gal/ College of Arts Sciences University of North Texas [[EMAIL PROTECTED]] On Sat, 27 Jan 2001, Laurent Luyckx wrote:

Re: connecting to my box

2001-01-27 Thread Sune Kirkeby
[ Mohammed Elzubeir ] I just changed it and removed the last ':', and now I get "Permission denied". This is crazy. I just want to be able to ssh.. that's all. Why is it so damn weird on Debian.. I'm going to risk my neck and make an obvious suggestion, look for pam- and ssh-related messages

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
Okay, this is the final thing, I don't understand these files too well, but here is my /etc/pam.d/ssh file: authrequiredpam_nologin.so authrequiredpam_unix.so authrequiredpam_env.so # [1] account requiredpam_unix.so session required

Re: Clear screan question

2001-01-27 Thread Peter Cordes
On Sat, Jan 27, 2001 at 01:53:31AM +0100, Tim van Erven wrote: [... how to clear screen...] It's still got a hackish feel about it however. Anyone know if there's a cleaner way to do this? you could use seq 1000 to count from 1 to 1000, instead of printing newlines. -- #define X(x,y) x##y

Re: connecting to my box

2001-01-27 Thread John Galt
Guys! it's a real problem: according to Christian Kurz's bitching at me, there have already been four bugs filed about this issue. Trivial workarounds like /etc/hosts entries or sshing as root aren't going to help. sshd is broken in sid ATM, and unless you actually have a good workaround, I'd

Re: Clear screan question

2001-01-27 Thread Ethan Benson
On Sat, Jan 27, 2001 at 03:39:02PM +0100, Sune Kirkeby wrote: I don't know how or why, but it does _not_ clear the scroll-back buffer on my console, "chvt 63 ; reset -Q ; chvt 1" does though. you don't need the reset -Q there. the simple act of changing VCs clears the scrollback history.

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
I resolved this problem by doing the following: Getting on dselect and removing all that ssh related stuff. Downloaded OpenSSL and compiled it and installed. Did the same for OpenSSH and now everything is great. I am never depending on Debian packaging. Period. Thanks everyone for your help, I

Re: connecting to my box

2001-01-27 Thread SAITO Naohiko
I hardly knows english, I don't know whether it will be able to answer securely from now on At Fri, 26 Jan 2001 19:38:04 -0600 (CST), Mohammed Elzubeir wrote: ssh_exchange_identification: Connection closed by remote host /etc/ssh/sshd_config

Re: connecting to my box

2001-01-27 Thread Noah L. Meyerhans
On Sat, Jan 27, 2001 at 07:46:26PM -0600, Mohammed Elzubeir wrote: Getting on dselect and removing all that ssh related stuff. Downloaded OpenSSL and compiled it and installed. Did the same for OpenSSH and now everything is great. I am never depending on Debian packaging. Period. The please,

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
Nathan, That was not my intention, to 'flame' but possibly 'bitch'. I am new to Debian and how they do things, and so far it has been the hardest Linux distribution to understand. If for anything, I appreciate the people on this mailing list as they have been beyond helpful. You may consider it

Re: connecting to my box

2001-01-27 Thread John Galt
You might try Saito's workaround, it worked for me. On Sat, 27 Jan 2001, Mohammed Elzubeir wrote: Nathan, That was not my intention, to 'flame' but possibly 'bitch'. I am new to Debian and how they do things, and so far it has been the hardest Linux distribution to understand. If for

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
Actually, I have commented that line out initially when I first looked at the sshd_config file. Either way, I compiled it and installed from scratch. I also recompiled the kernel (2.4) so everything is great now (other that I forgot to compile with vfat support!). Thanks Mohammed Elzubeir

Security patches being reverted, and the BTS

2001-01-27 Thread Henrique M Holschuh
The recent mgetty upload security fix, and an NMU upload (of mgetty) to unstable yesterday reminded me of a serious issue we still have to address. Sometimes, security patches made by the security team (and made available through security.debian.org) are reverted on mistake by maintainers on the

Re: Clear screan question

2001-01-27 Thread Alexis Paul Musgrave
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In my .bash_logout I have: case `tty` in /dev/tty[0-9]) clear esac This works perfectly on tty's, and I don't think you need this on pty's. ,_Muz_ - -- |- Alexis Paul (Muz) Musgrave - [EMAIL PROTECTED],com [EMAIL PROTECTED] -| |- Running

Re: Clear screan question

2001-01-27 Thread wes schreiner
Alexis Paul Musgrave wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In my .bash_logout I have: case `tty` in /dev/tty[0-9]) clear esac This works perfectly on tty's, and I don't think you need this on pty's. No, this doesn't work, at least not on vgacon or matroxfb.

Re: Clear screan question

2001-01-27 Thread Ethan Benson
On Sat, Jan 27, 2001 at 07:37:59AM -0600, wes schreiner wrote: # ~/.bash_logout: executed by bash(1) when login shell exits. # when leaving the console clear the screen to increase privacy case `tty` in /dev/tty[0-9]) echo ^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L^L\

Re: Clear screan question

2001-01-27 Thread Sune Kirkeby
[ wes schreiner ] Not that I can see, though I'd love to know of a clean way to clear the scroll-back buffer. I agree it's a bit hackish. Can anyone come up with something better? [ Cesar Crusius wrote ] reset -Q [ Tal Danzig ] Works, in an xterm as well. That's neat, I'll change all my

Re: connecting to my box

2001-01-27 Thread Laurent Luyckx
Mohammed Elzubeir wrote: Okay, I don't know how this has to do with my dns config (which were screwy anyway).. so I went ahead and setup my dns server like it should be (as a slave nameserver) and it works fine. I am able to connect to the 'outside' from it, but not to it. I also had a

Re: Clear screan question

2001-01-27 Thread wes schreiner
Ethan Benson wrote: On Sat, Jan 27, 2001 at 07:37:59AM -0600, wes schreiner wrote: I'd still like to see a cleaner way to clear the CONSOLE scroll-back. All of the suggestions so far (clear, reset -Q, ESC[2J ESC[0;0H in /etc/issue) just clear the immediately visible screen, not the

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
I just changed it and removed the last ':', and now I get Permission denied. This is crazy. I just want to be able to ssh.. that's all. Why is it so damn weird on Debian.. this is the first time EVER that I had a hard time setting up ssh, or ANY unix or linux. later Mohammed Elzubeir General

Port 10 connections

2001-01-27 Thread David Barroso
Hi, I've just installed my new iptables rules in my debian box, and I've got plenty of connections from different hosts to port 10...What can it be? I'v searched about port 10 connections, but the only thing I know is that it's unassigned...Any ideas? Regards -- http://www.somoslopeor.com

Re: connecting to my box

2001-01-27 Thread Laurent Luyckx
Mohammed Elzubeir wrote: I just changed it and removed the last ':', and now I get Permission denied. This is crazy. I just want to be able to ssh.. that's all. Why is it so damn weird on Debian.. this is the first time EVER that I had a hard time setting up ssh, or ANY unix or linux. Are

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
No of course not. I checked my sshd_config file, and I definitely would not allow root to ssh directly. Mohammed Elzubeir General Access Labs (x2825) http://www.cas.unt.edu/gal/ College of Arts Sciences University of North Texas [EMAIL PROTECTED] On Sat, 27 Jan 2001, Laurent Luyckx wrote:

Re: connecting to my box

2001-01-27 Thread Sune Kirkeby
[ Mohammed Elzubeir ] I just changed it and removed the last ':', and now I get Permission denied. This is crazy. I just want to be able to ssh.. that's all. Why is it so damn weird on Debian.. I'm going to risk my neck and make an obvious suggestion, look for pam- and ssh-related messages in

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
Okay, this is the final thing, I don't understand these files too well, but here is my /etc/pam.d/ssh file: authrequiredpam_nologin.so authrequiredpam_unix.so authrequiredpam_env.so # [1] account requiredpam_unix.so session required

Re: connecting to my box

2001-01-27 Thread Robert Mognet
Hello, On Sat, Jan 27, 2001 at 10:24:01AM -0600, Mohammed Elzubeir wrote: I just changed it and removed the last ':', and now I get Permission denied. Failing all else, SSH should ask you for a password if you have the server configured to allow this. In the SSH source code, in

Re: Clear screan question

2001-01-27 Thread Peter Cordes
On Sat, Jan 27, 2001 at 01:53:31AM +0100, Tim van Erven wrote: [... how to clear screen...] It's still got a hackish feel about it however. Anyone know if there's a cleaner way to do this? you could use seq 1000 to count from 1 to 1000, instead of printing newlines. -- #define X(x,y) x##y

Re: connecting to my box

2001-01-27 Thread John Galt
Guys! it's a real problem: according to Christian Kurz's bitching at me, there have already been four bugs filed about this issue. Trivial workarounds like /etc/hosts entries or sshing as root aren't going to help. sshd is broken in sid ATM, and unless you actually have a good workaround, I'd

Re: Clear screan question

2001-01-27 Thread Ethan Benson
On Sat, Jan 27, 2001 at 08:53:53AM -0600, wes schreiner wrote: A winner! OK, it flashes if vt 63 is in use, but otherwise it's great. yeah but who actually uses that many terminals ;-) -- Ethan Benson http://www.alaska.net/~erbenson/ pgpjeqEfQCavQ.pgp Description: PGP signature

Re: Clear screan question

2001-01-27 Thread Ethan Benson
On Sat, Jan 27, 2001 at 03:39:02PM +0100, Sune Kirkeby wrote: I don't know how or why, but it does _not_ clear the scroll-back buffer on my console, chvt 63 ; reset -Q ; chvt 1 does though. you don't need the reset -Q there. the simple act of changing VCs clears the scrollback history. the

Re: connecting to my box

2001-01-27 Thread SAITO Naohiko
I hardly knows english, I don't know whether it will be able to answer securely from now on At Fri, 26 Jan 2001 19:38:04 -0600 (CST), Mohammed Elzubeir wrote: ssh_exchange_identification: Connection closed by remote host /etc/ssh/sshd_config

Re: connecting to my box

2001-01-27 Thread Noah L. Meyerhans
On Sat, Jan 27, 2001 at 07:46:26PM -0600, Mohammed Elzubeir wrote: Getting on dselect and removing all that ssh related stuff. Downloaded OpenSSL and compiled it and installed. Did the same for OpenSSH and now everything is great. I am never depending on Debian packaging. Period. The please,

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
Nathan, That was not my intention, to 'flame' but possibly 'bitch'. I am new to Debian and how they do things, and so far it has been the hardest Linux distribution to understand. If for anything, I appreciate the people on this mailing list as they have been beyond helpful. You may consider it

Re: connecting to my box

2001-01-27 Thread John Galt
You might try Saito's workaround, it worked for me. On Sat, 27 Jan 2001, Mohammed Elzubeir wrote: Nathan, That was not my intention, to 'flame' but possibly 'bitch'. I am new to Debian and how they do things, and so far it has been the hardest Linux distribution to understand. If for

Re: connecting to my box

2001-01-27 Thread Mohammed Elzubeir
Actually, I have commented that line out initially when I first looked at the sshd_config file. Either way, I compiled it and installed from scratch. I also recompiled the kernel (2.4) so everything is great now (other that I forgot to compile with vfat support!). Thanks Mohammed Elzubeir