I need to know what version of centos installed and need to install autossh in centos. Please help me out.

link|improve this question
feedback

migrated from stackoverflow.com Jun 13 '11 at 7:55

This question came from our site for professional and enthusiast programmers.

2 Answers

Try these:

uname -a

cat /etc/redhat-release

  • these will output the name of the OS with it's version number.

To install AutoSSH, follow these steps:

http://www.jbmurphy.com/2011/04/29/autossh-on-centos/

link|improve this answer
feedback

I just downloaded source, and then

./configure
make

Then use executable that was build (or make install to get it in standard location). It's fairly simple and does not have much dependencies.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown