X: @st7evechou Steve 频道:@st77eve
Steve 群组链接:@st7evee
CentOS/Debian 系统,输入以下两条命令:
sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/ssh/sshd_config
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
Ubuntu 系统,输入以下两条命令:
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/g' /etc/ssh/sshd_config
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
reboot
Nlbench.sh 正式版本:
NodeLoc提供给各位用户的主机聚合测评脚本,可一键自动对主机进行Yabs、融合怪、IP质量、流媒体解锁,三网测速,iperf3,回程路由等测评,测评结束后将会保存结果为MarkDown文件。 Github项目地址:https://github.com/everett7623/nodeloc_vps_test
wget -O Nlbench.sh <https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/Nlbench.sh> && chmod +x Nlbench.sh && ./Nlbench.sh