-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
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:
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 "*" |gre
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
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 adv
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
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
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
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 m
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
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 Debia
> 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
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 look
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/F
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 --g
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
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
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
>
> --
> Eduard
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
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
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
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.
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 qu
On Tue, 14 May 2002, Marcel Welschbillig wrote:
> 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 MX
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 t
-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 s
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:
>
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
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
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 adva
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 sendm
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 i
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
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 me
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
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
> 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
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 looki
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/Fr
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 --ge
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 '
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
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
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 t
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 r
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
-
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.
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 que
On Tue, 14 May 2002, Marcel Welschbillig wrote:
> 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 MXe
49 matches
Mail list logo