SUSE & openSUSE

Tips,Tricks, Tutorials,How Tos and Troubleshooting suse linux

Archive for the 'Security' Category

DenyHosts to secure from SSH Brut force attacks

Posted by admin on 24th March 2010

DenyHosts is a free opensource utility to secure your SuSE server or your openSUSE system from Brut-force attacks on the SSH server running on your system. DenyHosts works by updating the /etc/hosts.deny file on your SuSE or openSUSE system with the IP address of a host after a set number of failed login attempt from it.

Read the rest of this entry »

Posted in Security | 1 Comment »

How to control CRONTAB/AT permissions in SuSE/openSUSE

Posted by admin on 23rd March 2010

As you may be aware, ‘AT’ allows you to run a command or script at a particular time (say at midnight) and ‘CRONTAB’ allows you to run commands and scripts at scheduled times and at regular intervals. If you have SuSE or an openSUSE system in a multi-user environment then it is important to control access to the crontab and at utility to ensure system availability and security. This is one of the many steps in the system hardening procedures.

Read the rest of this entry »

Posted in Security | 1 Comment »

Install & Configure pwsafe Password manager in openSUSE

Posted by admin on 3rd June 2009

pwsafe is a free opensource password manager which manages the passwords in an encrypted password database. pwsafe is a command line software but can interact with X11 selection & clipboard. pwsafe is compatible with CounterPane’s PasswordSafe Win32 program versions 2.x and 1.x. It’s unfortunate that there hasn’t been much of a development to this great tool since September 2005 but whats on hand is good enough to serve the purpose.

Read the rest of this entry »

Posted in Security | No Comments »

VoIP Hopper – opensource Security Tool in openSUSE/SUSE Linux

Posted by admin on 3rd October 2008

VoIP Hopper is a free opensource security tool for Linux/Unix that rapidly runs a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper mimicks the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments to hope into the Voice VLAN.  VoIP Hopper is both a VLAN Hop test tool and a tool to test VoIP infrastructure security.

Read the rest of this entry »

Posted in Security | 1 Comment »

How to configure sudo and delegate authority in openSUSE

Posted by admin on 8th September 2008

Sudo which is su “do” allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments.sudo allows a permitted user to execute a command as the superuser or another user, as specified in the sudoers file. The real and effective uid and gid are set to match those of the target user as specified in the passwd file and the group vector is initialized based on the group file.

Read the rest of this entry »

Posted in Security | 5 Comments »