openssl配置

1.update openssl

yum update openssl

2.修改openssl配置

vim /etc/ssh/sshd_config

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile      .ssh/authorized_keys

3.重启ssh服务

servcie sshd restart

posted @ 2015-12-22 12:31  jeffery1010  Views(244)  Comments(0Edit  收藏  举报