kryptco / kr

DEPRECATED A dev tool for SSH auth + Git commit/tag signing using a key stored in Krypton.
https://krypt.co/developers/
Other
1.59k stars 109 forks source link

Hosts from forwarded proxy agent show up as "Unknown host" #264

Open rkkautsar opened 5 years ago

rkkautsar commented 5 years ago

When I use kr through proxy agent, i.e. defining this in my ssh config:

Host myvps
  # ...
  ForwardAgent yes

then I use ssh in myvps, e.g. for git cloning through ssh, it always show up as unknown host and so I can't set it to always allow from that host. Is this possible, at all?

Here's an output of an ssh -vv myvps: https://gist.github.com/rkkautsar/2e8f65713360c6f3ce5204a0503dc3df

Possibly related: #207