我一直在尝试使用 Cygwin 建立 ssh 连接,但它无法识别我的 id_rsa 公钥文件。
我的命令行如下:
$ssh XXX@XXX -i /home/XXX/.ssh/id_rsa
Warning: Identity file /home/XXX/.ssh/id_rsa not accessible: No such file or directory.
Permission denied (publickey,XXX).
(对不起,我用XXX作为私人信息。)
我将 .pub 文件复制到 C:\cygwin\home\XXX.ssh 文件夹。但它仍然会吐出相同的错误消息。
非常感谢你。