Lynis is an auditing tool which tests and gathers information from Unix based systems. The audience for this tool are security and system auditors, network specialists and system maintainers.
Continue reading…
Posts tagged with 'Security'
ssh on multiple servers Using cluster ssh
Cluster SSH opens terminal windows with connections to specified hosts and an administration console. Any text typed into the administration console is replicated to all other connected and active windows. This tool is intended for, but not limited to, cluster administration where the same configuration or commands must be run on each node within the […]
Continue reading…
Securing Cisco Routers by Disabling Unused Services
On Cisco routers, a whole bunch of services come enabled by default.your first order of operation would be to ensure that the all unused services are disabled. Now we will see how to disable some services on cisco router for security purpose.
Continue reading…
SSH your Debian servers without password
Secure Shell is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over unsecure channels. It is intended as a replacement for telnet, rlogin, rsh, and rcp. For SSH2, there is […]
Continue reading…