3 Steps to Perform SSH Login Without Password Using ssh-keygen & ssh-copy-id
Welcome to my blog. I write Instruction Guides, How-Tos, and Tips & Tricks on Linux, Database, Hardware, Security and Web. Visit Best of the Blog section to get started.
You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article.
ssh-keygen creates the public and private keys. ssh-copy-id copies the local-host’s public key to the remote-host’s authorized_keys file. ssh-copy-id also assigns proper permission to the remote-host’s home, ~/.ssh, and ~/.ssh/authorized_keys.
This article also explains 3 minor annoyances of using ssh-copy-id and how to use ssh-copy-id along with ssh-agent.
[Read more →]

OMSA is a web based application to manage DELL PowerEdge Servers. Using OMSA you can perform proactive system monitoring, system diagnosis, troubleshoot hardware issues and configure RAID etc., You can also view and manage hardware’s embedded system management (ESM) log using OMSA.
Photo courtesy of ![[Linux Ramfs and Tmpfs] [Linux Ramfs and Tmpfs]](http://www.thegeekstuff.com/wp-content/uploads/2008/10/ramfs-tmpfs.jpg)
Nagios is hands-down the best monitoring tool to monitor host and network equipments. Using Nagios plugins you can monitor pretty much monitor anything.
GNU Midnight Commander (mc) is a powerful text based file manager for Unix. mc gives an jumpstart for Windows power-users who would like to transition to Unix. It also has several advanced features to keep experienced Unix users happy. mc can run from any Unix terminal. If your terminal can execute vi, you can execute mc to view the midnight commander user interface. Midnight commander supports mouse when you are running it under xterm.
This article is part of the ongoing 

















