For the complete documentation index, see llms.txt. This page is also available as Markdown.

SSH公私钥登录

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

最后更新于