Monthly Archives: August 2008

how to ssh without password

public key based authentication Objective: To run a command on a remote linux machine without entering a password. Remote Linux Machine (10.1.10.6) Local Machine (10.1.10.20) Steps for Local Machine: Generate a public key with command ssh-keygen -t dsa Generating public/private … Continue reading

Posted in Linux | Leave a comment

rsync server.

I am adding very brief info here, will try to add details regarding options used when have time. Server=http://anuj.sytes.net (Red Hat Enterprise Linux 5) Client=any other unix based machine. On the rsync server Create  /etc/rsyncd.conf uid = nobody gid = … Continue reading

Posted in Linux | Leave a comment

installation of linux-heartbeat on rhel5

Linux Heartbeat “Provide a high availability (clustering) solution for Linux which promotes reliability, availability, and serviceability (RAS) through a community development effort.” As the linux-heartbeat is not yet shipped with Red Hat Enterprise Linux, one can use rpm’s from the … Continue reading

Posted in Linux | 2 Comments