If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
SECURITY NOTE: There is a reason openssh insists that passwords be typed interactively. Passwords are harder to store securely and to pass around securely between programs. If you
Tags: automatic ssh password authentication, Free Tools, install sshpass debian, Security, sshpass, sshpass examples, sshpass options, using sshpass debian
Apache SpamAssassin is an extensible email filter that is used to identify spam. Once identified, the mail can then be optionally tagged as spam for later filtering. It provides a command line tool to perform filtering, a client-server system to filter large volumes of mail, and Mail::SpamAssassin, a set of Perl modules allowing Apache SpamAssassin to be used in a wide variety of email systems.
Tags: configuring Spamassassin for postfix, How to filter spam with Spamassassin and Postfix, Security, Spamassassin debian
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies. At first glance, this might seem like a rather useless thing to do, but it can actually come in handy in some cases. The following example illustrates the main motivation in creating ptunnel:
Tags: access network through proxy, install ptunnel debian, Network, ptunnel debian, ptunnel examples, ptunnel syntax, SecurityLynis 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.
Tags: Lynis, Lynis debian, Lynis security audit tool, Security, system audit tool debianCluster 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 cluster. Performing these commands all at once via this tool ensures all nodes are kept in sync.
Tags: clusterssh debian, configuring clusterssh debian, install cluster ssh debian, Security, ssh on multiple servers at onceOn 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.
Tags: disable cisco small server services, disable IP Source Routing service in cisco router, disable IP Unreachable service in cisco router, secure cisco routers, SecuritySecure 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 a replacement for FTP: sftp.This might be useful if you are trying to connect everytime to your server remotely.
Tags: copy ssh key to remote machine, Security, ssh debian server without password, ssh key generation, ssh without passwordIf you want to Administer Your Ubuntu Server Remotely in secure manner for your daily tasks or some maintenance for this you need to install SSH server.SSH provides you with the ability to remotely log in to your server and run commandsall over an encrypted channel. Plus, SSH offers a number of advanced functions that can make remote administration simpler.
Tags: configuring ssh server ubuntu, copy files securely using scp, disable remote root account in ssh, disable x11 forwarding in ssh ubuntu, how to connect x11 session remotely, install ssh server ubuntu, Other Linux, Security, server, ssh examples