xibbon / LaTerminal

50 stars 2 forks source link

Feature Request: SSH Agent support #14

Closed jbeisser closed 1 year ago

jbeisser commented 1 year ago

I don't always bounce from host A to host B, but when I do I want to forward my local SSH agent to validate the keys. This should be a simple flag on the Host configuration (equivalent to SSH ForwardAgent yes setting).

migueldeicaza commented 1 year ago

Thanks, I will keep this in mind.

I might need to extend libssh2, as it looks like this capability has not been implemented:

https://github.com/libssh2/libssh2/issues/535

JosephHill commented 1 year ago

Duplicate of #67

migueldeicaza commented 1 year ago

Working on it

migueldeicaza commented 1 year ago

Implemented, coming in the next release