在.ssh 文件夹中,检查是否存在 authorized_keys 文件。 如果文件不存在,你需要创建一个新的 authorized_keys 文件。 bash touch C:\Users\example\.ssh\authorized_keys 注意:在Windows的命令提示符或PowerShell中,你可能需要使用 type nul > C:\Users\example\.ssh\authorized_keys 来创建空文件。 确保文件...