IntelliJ Ultimate SSH Connections fail to server - prompting for password?
已回答
I have several servers that I connect to on a regular basis. After a Windows update yesterday, they no longer work. The connections have a username and the authentication is via OpenSSH config and authentication agent. The certificate and key are correct and work from the command line. When connecting via IntelliJ, the connection prompts for a password. There is no password since it is a key pair authentication.
请先登录再写评论。
Hello, Interestinglyaverage. Could you please check if the SSH agent is running on Windows when you're trying to connect to the server?
If everything seems to be fine, please add the
#com.intellij.ssh
line to theHelp | Diagnostic Tools | Debug Log Settings
window, restart the IDE, reproduce the problem again, collect the IDE logs (use theHelp | Collect Logs and Diagnostic Data action
), and share them via the JetBrains Uploads service. After you receive the ID of your upload, please write it here - I want to check the extended IDE logs to better understand what happens on your IDE's side.