How to store SSH host key in IntelliJ IDEA

后端 未结 8 861
慢半拍i
慢半拍i 2020-12-14 15:03

When using SSH as the connection for IDEA\'s git integration, IDEA keeps asking to store the host\'s rsa signature in the host key database. Pressing Yes works, but does not

8条回答
  •  [愿得一人]
    2020-12-14 15:53

    Have you tried command line ssh to the server, and then accepting the host key? That should store it, as it won't go through some Java/JNI/Windows contortions.

提交回复
热议问题