[转]centos安装autossh

centos安装autossh

$ sudo yum install wget gcc make
$ wget http://www.harding.motd.ca/autossh/autossh-1.4e.tgz
$ tar -xf autossh-1.4e.tgz
$ cd autossh-1.4e
$ ./configure
$ make
$ sudo make install

 
posted @ 2018-04-16 17:18  胜强  阅读(900)  评论(0)    收藏  举报