Re: SSH security
From: Patrick Ohnewein (pohnewein@prodata.it)Date: 10/22/01
- Previous message: Tosoni: "TR: Root can't delete files"
- In reply to: Bryan Paxton: "Re: SSH security"
- Next in thread: Charlie Brady: "Re: SSH security"
- Next in thread: R Dicaire: "Re: SSH security"
- Reply: Charlie Brady: "Re: SSH security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Message-ID: <3BD3EF1B.5060609@prodata.it> Date: Mon, 22 Oct 2001 12:04:11 +0200 From: Patrick Ohnewein <pohnewein@prodata.it> To: focus-linux@lists.securityfocus.com Subject: Re: SSH security
On my RH_7.0 I use xinetd to start the sshd on demand, here my SIMPLE
/etc/xinetd.d/ssh:
service ssh
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/sshd
#It's not listed in my /etc/services
port = 22
server_args = -i
log_on_failure = ATTEMPT HOST RECORD
}
My BOX is behind a firewall and therefore I haven't to care much about
security, but xinetd supports a lot interesting options to restrict
access (extracts from man xinetd.conf):
only_from determines the remote hosts to which the
particular service is available. Its
value is a list of IP addresses which can
be specified in any combination of the
following ways:
...
no_access determines the remote hosts to which the
particular service is unavailable. ...
xinetd provides some very usefull logging features.
Are there some disadvantages or security problems in useing xinetd in
place of sshd directly?
byez
Patrick
-- +----------------------------------------------------------------------- | Save software competition, use Linux and Java! | | Also visit http://www.lugbz.org the Linux User Group in Southtyrol! | | Public PGP KEY: http://www.lugbz.org/PGP_PatrickOhnewein.asc ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||If you put garbage in a computer nothing comes out but garbage. But this garbage, having passed through a very expensive machine, is somehow enobled and none dare criticize it.
- Previous message: Tosoni: "TR: Root can't delete files"
- In reply to: Bryan Paxton: "Re: SSH security"
- Next in thread: Charlie Brady: "Re: SSH security"
- Next in thread: R Dicaire: "Re: SSH security"
- Reply: Charlie Brady: "Re: SSH security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|