Chinaunix首页 | 论坛 | 博客
  • 博客访问: 239382
  • 博文数量: 49
  • 博客积分: 246
  • 博客等级: 二等列兵
  • 技术积分: 1034
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-02 13:18
文章分类

全部博文(49)

分类: 系统运维

2015-09-08 16:04:00

#Update openssh version: OpenSSH_6.1p1

yum -y install gcc openssl-devel

mv /etc/ssh{,.$(date -I)}
wget /> tar zxvf openssh-6.1p1.tar.gz
cd  openssh-6.1p1
./configure --prefix=/usr --sysconfdir=/etc/ssh

make -j10
make install

chkconfig --add sshd
/etc/init.d/sshd restart
ssh -v
################

[root@cloud ~]# cat /root/.ssh/config 
Host *
    PORT 22
    ControlMaster auto
    ControlPath /tmp/ssh_mux_%h_%p_%r
    ControlPersist 600
阅读(2628) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~