Re: SSH Version mapper scan

2002-05-13 Thread vdongen
-Original Message- From: Pollywog [EMAIL PROTECTED] Date: Sun, 12 May 2002 16:31:55 + Subject: SSH Version mapper scan I just saw this in my logs. Should I be concerned and why is it happening? TIA Unusual System Events =-=-=-=-=-=-=-=-=-=-= May 12 15:59:04 lilypad

Re: SSH Version mapper scan

2002-05-13 Thread Replugge [ROD]
The application used for this prove is scanssh by Niels Provos http://www.monkey.org/~provos/scanssh/ Its used to see what version of the daemon you are running, what for? perhaps checking if your version of the ssh daemon is vulnerable. -Rod- On Mon, 2002-05-13 at 03:00, Peter Cordes wrote:

Re: Fixing file system privileges

2002-05-13 Thread Javier Fernández-Sanguino Peña
On Sat, May 11, 2002 at 08:16:28AM +0200, martin f krafft wrote: also sprach Peter Cordes [EMAIL PROTECTED] [2002.05.11.0155 +0200]: nope, purge is a possible status too. since when? fishbowl:~ dpkg --get-selections | grep purge fishbowl:~ $ dpkg --get-selections * |grep purge |wc

about some messages on my maillog

2002-05-13 Thread Csar Augusto Seronni Filho
Hi guys I am having some messages on my maillog that I want to know if those messages was a problem ok first is that: ipop3d[14378]: Command stream end of file while reading line user=username host=[external ip] second is that: May 13 09:11:34 server sendmail[14298]: NOQUEUE: [external ip]

Safe to use Mindterm?

2002-05-13 Thread Preben Randhol
Hi I'm looking for a way to log into my computer via ssh and a web browser. I see mindterm can do this, but last I checked it used ssh 2.0, and I understood that there where security issues with this. Is that correct? Are there any replacement software for mindterm? Thanks of any hints in

Re: about some messages on my maillog

2002-05-13 Thread DjSlash
César Augusto Seronni Filho wrote: Hi guys I am having some messages on my maillog that I want to know if those messages was a problem ok first is that: ipop3d[14378]: Command stream end of file while reading line user=username host=[external ip] second is that: May 13 09:11:34

Re: Fixing file system privileges

2002-05-13 Thread Kovacs Istvan
Hi, I ended up with an awk one-liner (like those proposed here). I also had to run MAKEDEV to fix device permissions, and then fix several files manually (e.g. sshd will not start with keys being world readable). I did an 'ls -lR /' on my home machine, then wrote a script (in rexx, sorry, I'm

bridge error

2002-05-13 Thread Francois B.
Hi , one of my bridges mark this in the syslog : May 13 16:03:22 ChapiChapo kernel: Dead loop on virtual device br0, fix it urgently! Did someone go this error message and why ? I have 3 eth, and 4 networks, 2.4.17 + bridge iptables patch I haven't lost packets or slowly connexion just this

Re: Safe to use Mindterm?

2002-05-13 Thread Anne Carasik
Security issues? Can you be more specific? There aren't any security issues (yet) with the SSH 2.0 protocol. From what I know, there aren't any issues using mindterm for 2.0 either :) -Anne This one time, Preben Randhol wrote: Hi I'm looking for a way to log into my computer via ssh and a

Re: Safe to use Mindterm?

2002-05-13 Thread Preben Randhol
Anne Carasik [EMAIL PROTECTED] wrote on 13/05/2002 (17:55) : Security issues? Can you be more specific? There aren't any security issues (yet) with the SSH 2.0 protocol. From what I know, there aren't any issues using mindterm for 2.0 either :) But the Mindterm package in Debian does

Re: Safe to use Mindterm?

2002-05-13 Thread Rishi L Khan
Anne Carasik [EMAIL PROTECTED] wrote on 13/05/2002 (17:55) : Security issues? Can you be more specific? There aren't any security issues (yet) with the SSH 2.0 protocol. From what I know, there aren't any issues using mindterm for 2.0 either :) But the Mindterm package in Debian

Re: Safe to use Mindterm?

2002-05-13 Thread Preben Randhol
Rishi L Khan [EMAIL PROTECTED] wrote on 13/05/2002 (19:05) : However, I think another problem you will have is that the newer ssh2 daemons don't run in ssh1 mode (for security reasons), so you won't even be able to connect to them. Thanks for your information, it was that I was looking

Re: Safe to use Mindterm?

2002-05-13 Thread Anne Carasik
I thought there was.. Appgate is charging for it?!? How sad, and they don't even list the price. *Sigh* -Anne This one time, Preben Randhol wrote: Thanks for your information, it was that I was looking for. I guess there are no mindterm clones out there with SSH 2.0 support (Open

Re: Fixing file system privileges

2002-05-13 Thread Peter Cordes
On Mon, May 13, 2002 at 12:24:32PM +0200, Javier Fern?ndez-Sanguino Pe?a wrote: $ dpkg --get-selections * |grep purge |wc 9237 18474 207308 llama:~$ dpkg --get-selections | wc 5881176 12713 llama:~$ dpkg --get-selections * | wc 5854 11708 124423 Just stick with

Re: Fixing file system privileges

2002-05-13 Thread Peter Cordes
On Mon, May 13, 2002 at 04:22:19PM +0200, Kovacs Istvan wrote: Hi, I ended up with an awk one-liner (like those proposed here). I also had to run MAKEDEV to fix device permissions, and then fix several files manually (e.g. sshd will not start with keys being world readable). I did an 'ls

force to use SSH2

2002-05-13 Thread Eduardo Gargiulo
Hi all. Which is the best way to ensure that clients will connect using ssh2 and not ssh1? How can I avoid the use of ssh1? TIA -- Eduardo Gargiulo ^ejg(-.*)?@ar\.homelinux\.org$ msg06714/pgp0.pgp Description: PGP signature

Re: force to use SSH2

2002-05-13 Thread Anne Carasik
In sshd_config, make sure you only have protocol 2 defined: Protocol 2 Then restart sshd. -Anne This one time, Eduardo Gargiulo wrote: Hi all. Which is the best way to ensure that clients will connect using ssh2 and not ssh1? How can I avoid the use of ssh1? TIA -- Eduardo

Re: force to use SSH2

2002-05-13 Thread Noah L. Meyerhans
On Mon, May 13, 2002 at 06:05:19PM -0300, Eduardo Gargiulo wrote: Which is the best way to ensure that clients will connect using ssh2 and not ssh1? How can I avoid the use of ssh1? RTFM. See in particular sshd(8). See in particular the following: Protocol Specifies the

Re: force to use SSH2

2002-05-13 Thread Nicole Zimmerman
In your sshd_config you can use the Protocol directive. Protocol Specifies the protocol versions sshd should support. The possible values are ``1'' and ``2''. Multiple versions must be comma-separated. The default is ``2,1''. -nicole At 18:05 on May 13, Eduardo Gargiulo combined all the

Re: force to use SSH2

2002-05-13 Thread J.H.M. Dassen (Ray)
On Mon, May 13, 2002 at 18:05:19 -0300, Eduardo Gargiulo wrote: Which is the best way to ensure that clients will connect using ssh2 and not ssh1? Configure sshd to only accept the version 2 protocol by putting Protocol 2 in /etc/ssh/sshd_config and doing /etc/init.d/ssh restart. HTH, Ray --

Sendmail forward to exchange

2002-05-13 Thread Marcel Welschbillig
Hi, Can anyone tell me how to setup sendmail to forward all INCOMING mail to an exchange server ? I have a Debian firewall running send mail with an exchange server behind the fire wall on a private IP. I would like all mail to be MXed to the Debian box and then forwarded to the Exchange box.

[OT] Re: Sendmail forward to exchange

2002-05-13 Thread tony mancill
A simple way to do this is to have separate DNS servers serving the same zones, one for the outside and one for the inside. When Internet systems do an MX query for your mail domain(s), they get the address of your Debian SMTP gateway. Your gateway box should use the inside DNS system for

Help me

2002-05-13 Thread Kim chulmin
You're not going to believe what's happening to me now.someone is doing an experiment on me.I mean an experiment on a living creature. it's kind of hard to explain this situation. Base: liquid thing interacting with human body in itself.1. they raise some koreans(about 20) and put liquid

Novidades: Receba uma antena interna para o seu telemovel

2002-05-13 Thread mailing
BitBit Online - http://www.bitbit.online.pt A sua loja de acessórios para informática. Newsletter 01/05 - 2002 Novidades: - A todos os clientes que efectuem uma encomenda de valor igual ou superior a 50 euros ofereceremos uma magnifica antena interna para o seu telemovel que aumenta

Re: SSH Version mapper scan

2002-05-13 Thread vdongen
-Original Message- From: Pollywog [EMAIL PROTECTED] Date: Sun, 12 May 2002 16:31:55 + Subject: SSH Version mapper scan I just saw this in my logs. Should I be concerned and why is it happening? TIA Unusual System Events =-=-=-=-=-=-=-=-=-=-= May 12 15:59:04 lilypad

Re: SSH Version mapper scan

2002-05-13 Thread Replugge \[ROD\]
The application used for this prove is scanssh by Niels Provos http://www.monkey.org/~provos/scanssh/ Its used to see what version of the daemon you are running, what for? perhaps checking if your version of the ssh daemon is vulnerable. -Rod- On Mon, 2002-05-13 at 03:00, Peter Cordes wrote:

Re: Fixing file system privileges

2002-05-13 Thread Javier Fernández-Sanguino Peña
On Sat, May 11, 2002 at 08:16:28AM +0200, martin f krafft wrote: also sprach Peter Cordes [EMAIL PROTECTED] [2002.05.11.0155 +0200]: nope, purge is a possible status too. since when? fishbowl:~ dpkg --get-selections | grep purge fishbowl:~ $ dpkg --get-selections * |grep purge |wc

about some messages on my maillog

2002-05-13 Thread César Augusto Seronni Filho
Hi guys I am having some messages on my maillog that I want to know if those messages was a problem ok first is that: ipop3d[14378]: Command stream end of file while reading line user=username host=[external ip] second is that: May 13 09:11:34 server sendmail[14298]: NOQUEUE: [external ip] did

Safe to use Mindterm?

2002-05-13 Thread Preben Randhol
Hi I'm looking for a way to log into my computer via ssh and a web browser. I see mindterm can do this, but last I checked it used ssh 2.0, and I understood that there where security issues with this. Is that correct? Are there any replacement software for mindterm? Thanks of any hints in

Re: about some messages on my maillog

2002-05-13 Thread DjSlash
César Augusto Seronni Filho wrote: Hi guys I am having some messages on my maillog that I want to know if those messages was a problem ok first is that: ipop3d[14378]: Command stream end of file while reading line user=username host=[external ip] second is that: May 13 09:11:34 server

Re: Ncurses - warning off topic

2002-05-13 Thread Zer0
Hi! - this is not the list for these kind of questions, but i will giv it a try. right ! What is the full name of the libncurses you need to install in order to use make menuconfig. i have run apt-get install ncurses* and non of them works - i still get You need to have Ncurses installed

Re: Fixing file system privileges

2002-05-13 Thread Kovacs Istvan
Hi, I ended up with an awk one-liner (like those proposed here). I also had to run MAKEDEV to fix device permissions, and then fix several files manually (e.g. sshd will not start with keys being world readable). I did an 'ls -lR /' on my home machine, then wrote a script (in rexx, sorry, I'm not

bridge error

2002-05-13 Thread Francois B.
Hi , one of my bridges mark this in the syslog : May 13 16:03:22 ChapiChapo kernel: Dead loop on virtual device br0, fix it urgently! Did someone go this error message and why ? I have 3 eth, and 4 networks, 2.4.17 + bridge iptables patch I haven't lost packets or slowly connexion just this

Re: Safe to use Mindterm?

2002-05-13 Thread Anne Carasik
Security issues? Can you be more specific? There aren't any security issues (yet) with the SSH 2.0 protocol. From what I know, there aren't any issues using mindterm for 2.0 either :) -Anne This one time, Preben Randhol wrote: Hi I'm looking for a way to log into my computer via ssh and a

Re: Safe to use Mindterm?

2002-05-13 Thread Preben Randhol
Anne Carasik [EMAIL PROTECTED] wrote on 13/05/2002 (17:55) : Security issues? Can you be more specific? There aren't any security issues (yet) with the SSH 2.0 protocol. From what I know, there aren't any issues using mindterm for 2.0 either :) But the Mindterm package in Debian does

Re: Safe to use Mindterm?

2002-05-13 Thread Rishi L Khan
Anne Carasik [EMAIL PROTECTED] wrote on 13/05/2002 (17:55) : Security issues? Can you be more specific? There aren't any security issues (yet) with the SSH 2.0 protocol. From what I know, there aren't any issues using mindterm for 2.0 either :) But the Mindterm package in Debian

Re: Safe to use Mindterm?

2002-05-13 Thread Preben Randhol
Rishi L Khan [EMAIL PROTECTED] wrote on 13/05/2002 (19:05) : However, I think another problem you will have is that the newer ssh2 daemons don't run in ssh1 mode (for security reasons), so you won't even be able to connect to them. Thanks for your information, it was that I was looking

Re: Safe to use Mindterm?

2002-05-13 Thread Anne Carasik
I thought there was.. Appgate is charging for it?!? How sad, and they don't even list the price. *Sigh* -Anne This one time, Preben Randhol wrote: Thanks for your information, it was that I was looking for. I guess there are no mindterm clones out there with SSH 2.0 support (Open Source/Free

Re: Fixing file system privileges

2002-05-13 Thread Peter Cordes
On Mon, May 13, 2002 at 12:24:32PM +0200, Javier Fern?ndez-Sanguino Pe?a wrote: $ dpkg --get-selections * |grep purge |wc 9237 18474 207308 llama:~$ dpkg --get-selections | wc 5881176 12713 llama:~$ dpkg --get-selections * | wc 5854 11708 124423 Just stick with

Re: Fixing file system privileges

2002-05-13 Thread Peter Cordes
On Mon, May 13, 2002 at 04:22:19PM +0200, Kovacs Istvan wrote: Hi, I ended up with an awk one-liner (like those proposed here). I also had to run MAKEDEV to fix device permissions, and then fix several files manually (e.g. sshd will not start with keys being world readable). I did an 'ls

force to use SSH2

2002-05-13 Thread Eduardo Gargiulo
Hi all. Which is the best way to ensure that clients will connect using ssh2 and not ssh1? How can I avoid the use of ssh1? TIA -- Eduardo Gargiulo ^ejg(-.*)[EMAIL PROTECTED] pgppjWpzAcgOF.pgp Description: PGP signature

Re: force to use SSH2

2002-05-13 Thread Anne Carasik
In sshd_config, make sure you only have protocol 2 defined: Protocol 2 Then restart sshd. -Anne This one time, Eduardo Gargiulo wrote: Hi all. Which is the best way to ensure that clients will connect using ssh2 and not ssh1? How can I avoid the use of ssh1? TIA -- Eduardo

Re: force to use SSH2

2002-05-13 Thread Noah L. Meyerhans
On Mon, May 13, 2002 at 06:05:19PM -0300, Eduardo Gargiulo wrote: Which is the best way to ensure that clients will connect using ssh2 and not ssh1? How can I avoid the use of ssh1? RTFM. See in particular sshd(8). See in particular the following: Protocol Specifies the

Re: force to use SSH2

2002-05-13 Thread Nicole Zimmerman
In your sshd_config you can use the Protocol directive. Protocol Specifies the protocol versions sshd should support. The possible values are ``1'' and ``2''. Multiple versions must be comma-separated. The default is ``2,1''. -nicole At 18:05 on May 13, Eduardo Gargiulo combined all the

Re: force to use SSH2

2002-05-13 Thread J.H.M. Dassen \(Ray\)
On Mon, May 13, 2002 at 18:05:19 -0300, Eduardo Gargiulo wrote: Which is the best way to ensure that clients will connect using ssh2 and not ssh1? Configure sshd to only accept the version 2 protocol by putting Protocol 2 in /etc/ssh/sshd_config and doing /etc/init.d/ssh restart. HTH, Ray --

Sendmail forward to exchange

2002-05-13 Thread Marcel Welschbillig
Hi, Can anyone tell me how to setup sendmail to forward all INCOMING mail to an exchange server ? I have a Debian firewall running send mail with an exchange server behind the fire wall on a private IP. I would like all mail to be MXed to the Debian box and then forwarded to the Exchange box.