摘要:
ssh-keygen -t rsa 在母机上/root/.ssh目录,有id_rsa.pub文件,就是刚才执行ssh-keygen所生成的公钥key文件。 scp ~/.ssh/id_rsa.pub root@192.168.153.138:/root/.ssh/authorized_keys 阅读全文
posted @ 2017-06-18 03:19
myway_liang
阅读(192)
评论(0)
推荐(0)
摘要:
Server IP ADD:192.168.153.138 Client IP ADD:192.168.153.140 NFS Server安装配置: 关闭selinux vim /etc/selinux/config #SELINUX=enforcing #SELINUXTYPE=targeted SELINUX=disabled //新增部分 systemctl stop firew... 阅读全文
posted @ 2017-06-18 02:15
myway_liang
阅读(2978)
评论(0)
推荐(0)
摘要:
yum install wget -yrm -rf /etc/yum.repos.d/*wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repoORwget -O /etc 阅读全文
posted @ 2017-06-18 01:47
myway_liang
阅读(947)
评论(0)
推荐(0)