Hi,
My e-smith was up to date thanks to apt-get upgrade command... (the only rpm a didn't update was quota* as there were 2 rpm, one from mitel, one normal)
I didn't wait for update from mitel or contribs as the leading of the project was slowly changing...
The security hole was that the original server that was hacked as a no-need-of-password ssh root access to my e-smith (with authorized_keys) (i know, this is silly...) so that backup could be send through ssh.
The hacker was using the same ip to connect to 4 machine, so blocking his ip was a good thing.
Or even better, restricting ssh access to only 3 IP (3 places where i usualy work)
This could have secured for a while my box as I really need this box to be up for a week or two.
whereas at present he seemed not be be learning the lesson and still wished to persist with the insecure beta.
I did learn it, but you're not in my position, i've a looootttt a of work to do to set up a new production server for my company (and also 3 linux box to re-install). My personnal box is less important.
I enforce security policy where it can save jobs.
Finally, the doom of my e-smith is to run with gentoo and the fresh install Gordon was advising will be made in a few weeks.
(as I hope he doesn't really mean I'm a bastard and wishes me to go to hell)
Sorry... I was a bit angry...
so maybe this
db configuration set msterminalserver service \
TCPPort 22 \
access public \
status enabled \
AllowHosts ip1 ip2 ip3
will only let tcp traffic through port 22 for IPs 1,2,3 ?
Paquerette