Having trouble with external SSH tools and key forwarding
Answered
Hi!
I wrote myself a tool to pull new changes in git repo on remote host, but it doesn't work, because there's no key forwarding in SSH Terminal and I get “Permission denied (publickey).” error. Are there any workarounds for this? Of course, I can generate a new key and put it on remote host, but I consider it not a good solution. Will there be key forwarding in SSH Terminal someday?
Please sign in to leave a comment.
There is no any SSH terminal for git in IntelliJ. Please clarify the request.
There are Native and Bulitin SSH modes. Native should support everything SSH in a system shell does, but there should be no prompt for password issued, so you could use ssh-agent, for example.
I run git remotely in External SSH Tools:
When I run this external tool, git fetch fails with mentioned pubkey error.
Thanks for the clarification. Please follow https://youtrack.jetbrains.com/v2/issue/IDEA-120235