On Fri, Jun 3, 2022 at 09:43 Tom Browder <[email protected]> wrote:
> I have been using ssh for logging in to my remote hosts for many years,
> but I have NOT been using ssh-agent.
>
...
And edit file /etc/ssh/ssh_config to change
# ForwardAgent no
to
ForwardAgent yes
Then reboot.
-Tom

