Could not load id_rsa as a RSA1 public key

前端 未结 3 1640
刺人心
刺人心 2021-02-02 07:25

I\'m using cygwin on Windows 7 64 bit and I\'m trying to ssh -vvv localhost

OpenSSH_6.1p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration          


        
相关标签:
3条回答
  • 2021-02-02 07:59

    Actually, I realized the reason why I was getting the same error was because sshd was not running on the VM server I was trying to connect to :) Running it fixed the prob for me.

    0 讨论(0)
  • 2021-02-02 08:02

    Shortly speaking, it doesn't indicate an error. It's normal.

    You can reference my answer here:
    Trying to use RSA Keys to SSH into EC2, Getting: Incorrect RSA1 identifier... permission denied (public key)

    0 讨论(0)
  • 2021-02-02 08:06

    As stated in comments, this error is OK.

    Did you check /etc/hosts.deny? My guess is you have an sshd: x.x.x.x entry in there

    0 讨论(0)
提交回复
热议问题