1.客户端生成公私钥
ssh-keygen
#全部默认直接回车
2.上传到需要登录的服务器
ssh-copy-id -i ~/.ssh/id_rsa.pub root@172.1.2.101
完成
1.客户端生成公私钥
ssh-keygen
#全部默认直接回车
2.上传到需要登录的服务器
ssh-copy-id -i ~/.ssh/id_rsa.pub root@172.1.2.101
完成
以前服务器的Centos6 系列操作系统 YUM源 基本都停止维护失效了
切换阿里云源
centos6(centos6官方源已下线,建议切换centos-vault源)
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-6.10.repo
epel6官方源已下线,切换epel-archive源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-archive-6.repo
最后更新缓存
yum clean all
yum makecache