資源簡介
centos6.8最新的openssh的安裝
執行命令
yum -y --disablerepo=\* localinstall *.rpm
sed -i "s/.*PermitRootLogin.*/PermitRootLogin yes/" /etc/ssh/sshd_config
chmod 600 -R /etc/ssh/
service sshd restart
代碼片段和文件信息
評論
共有 條評論