ls ~/security

Creating VPNs with OpenVPN

Introduction A VPN is a set of tools which allow networks at different locations to be securely connected, using a public network as the transport layer. A VPN produces a virtual “dedicated…

Tightening up OpenSSH

Often I am required required to run a public ssh server, so its a good idea to restrict the OpenSSH server as much as possible.

Security Softwares

On Unixreview.com came across a secrity tool to be used for SSH servers. Denyhost is a python script which finds out invalid login attempts from the log files and can add the…