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?

0
3 comments

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.

0
Avatar
Permanently deleted user

I run git remotely in External SSH Tools:

When I run this external tool, git fetch fails with mentioned pubkey error.

0

Please sign in to leave a comment.