Re: SSH connections
From: Jani Mikkonen (jani_at_mikkonen.org)
Date: 08/25/05
- Next message: Jani Mikkonen: "Re: Working on a custom login interface"
- Previous message: jafar: "Re: iptables frontends?"
- In reply to: Fred: "SSH connections"
- Next in thread: Greg Metcalfe: "Re: SSH connections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 25 Aug 2005 13:14:35 +0300
Fred wrote:
> I'm looking at thwarting some ssh probes by changing the port number
> and customizing the sshd_config file. I'm curious if these probes have
> an adverse affect on the performance of the server or are the
> connection attempts inexpensive resource-wise? Are there any ways to
> measure the impact of these connection attempts?
So you want to have statictics on how much resources these connection
attemps use ? Without more information is quite impossible to give you
any kind of "good answer". But i'll give you few questions..
Basicly when someone probes your ssh, its takes cpu cycles off your
server and network bandwidth, few seeks to "user database" what ever
that maybe is depending on your configuration and writes few lines of
text into logging facility..
Basicly, the probes are very inexpensive resources wise since they
usually happen in serial (atleast the scanners i've seen never launch
parallel probes but ofcourse this is just matter of time to change)
If you want to measure the resources, you need to indentify those first.
Just plain network traffic ? Cpu time ? Disk io and space usage caused
by probes ? Im quite sure everything can be measured..
- Next message: Jani Mikkonen: "Re: Working on a custom login interface"
- Previous message: jafar: "Re: iptables frontends?"
- In reply to: Fred: "SSH connections"
- Next in thread: Greg Metcalfe: "Re: SSH connections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|