As a old chap i'm used to ssh'ing with **ProxyAgent** , but clearly this is really something to avoid if you can't trust remote host users.

Whenever possible use **ProxyJump** that is implemented since 2016.

The best tutorial i found about that is :

https://smallstep.com/blog/ssh-agent-explained/

it worth reading

#ssh #proxAgent #proxyJump
SSH Agent Explained

The SSH agent acts behind the scenes to keep you safe. Here's how it works.