Why Clion keep doing "enter passphrase for key '${HOME}/.ssh/id_rsa'" when I use a remote host toolchain?
Answered
Some platform info:
- Clion runs on MacBook Pro (15-inch, 2018)
- remote host is running Ubuntu 20.04 / Ubuntu 18.04 (which can be used as remote host successfully with Clion on my other machines)
Description:
When I use a remote host toolchain, no matter using password to sign in or using ssh key to sign in, Clion keeps entering passphrase for my ssh key forever in background after the files have been uploaded to the remote host. This is causing the cmake failed to load.
Something I have tried:
- delete all my remote host using ssh key to log in, FALIED
- reset cmake cache and reload project, FAILED
- restore default IDE seetings, FAILED
- reinstall Clion, FAILED
- move my .ssh directory somewhere else, SUCCESS
Please sign in to leave a comment.
Hello!
Please reproduce the issue and after that send the idea.log file (Help | Show Log in ...) to clion-support at jetbrains.com. Note that logs might contain private user's information (like file paths and names).
I have the same problem, how your work
i make that work just remove your .ssh/is_rsa or gen a new one with out password (before that back it up) And reload.good luck.
The problem was in https://youtrack.jetbrains.com/issue/CPP-21767. It's fixed in CLion 2020.2.1.