文章列表云服务器初始化服务器On this page初始化服务器环境配置总结一些拿到一个新服务器必须要做的几件事,以后有空写成脚本~更新yum# yum -y update设置SSH免密码登陆# 修改配置文件vim /etc/ssh/sshd_config# 搜损 PubkeyAuthentication yes/ Pub # 设置为yes# 重启sshsystemctl restart sshd.service安装git安装docker