SSH公私钥登录

>vim /etc/ssh/sshd_conf取消以下注释
image
>ssh-keygen生成
复制/root/.ssh/id_rsa.pub文件到攻击端的/root/.ssh/authorized_keys
>ssh -i id_rsa [email protected]

最后更新于

这有帮助吗?