ELS - Easy Linux Security script

Hi is there any option to get rid of the message Please enter 'y' or 'n
I want to auto install with pssh on different servers so i want thge option set yes to all..

EDIT, Already found it:

PHP:
#!/bin/bash

echo "y" | els --option_here <&0
 
Last edited:
Suhosin Issues

Hi, I'm currently trying to setup a new server, and am having issues with suhosin.

Does your script need to be updated for a new download/update?

Code:
ELS can now install suhosin.
Proceed? (y/n): y

Downloading suhosin...
/usr/bin/md5sum: suhosin-0.9.32.1.tgz: No such file or directory
Download Failed.
Invalid MD5.
Aborting.

Edit, found the problem and fixed it in my copy of els.sh

I changed every reference of ${LATESTSUHOSIN}.tgz to ${LATESTSUHOSIN}.tar.gz to reflect the naming of the current version on the Hardened-PHP site.
 
Last edited:
web4host seams to be down :(

ELS and Update.script are not accessible.
 
Is this not in use anymore ? if it is still in use or working dose it work on centos 6.2 with directadmin custombuild 3?
 
wo0w i thonk its dead project but its alive. some new featherr added to ELS
 
I've disabled root ssh login and added a wheel group user via the ELS. but now I can not access SSH anymore!
I'm using putty. I put IP and port in putty and then entered wheel group user as username and wheel group password as password (Both created by ELS) but getting "Access Denied" error.
Am I missing something?
Any Help will be appreciated
 
i need to get Imagemagick, in how far can els do it and what should i enter then as command?
 
Why don't you put this very useful script on github, so it can be supported by a broader community ?
 
Back
Top