近日发现不少文章被转载,本博客内均为博主原创文章,转发务必写明来源,否则有权追究.
下方命令中遇到y/n
此类选择,输入y
回车.别的直接回车或q
继续.
01.更新ssh并初始化环境
echo -e '\nPermitRootLogin yes\nTCPKeepAlive yes\nClientAliveInterval 5\nClientAliveCountMax 3'>>/etc/ssh/sshd_config && systemctl restart sshd && echo -e '\n/usr/local/lib'>>/etc/ld.so.conf &&