摘要:
#!/bin/bash sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/g' /etc/ssh/sshd_config sed -i 's/#... 阅读全文
posted @ 2018-08-21 16:58
gushiren
阅读(102)
评论(0)
推荐(0)
浙公网安备 33010602011771号