On 2022-01-27, Adam Funk wrote:
(I have read about the risk of ssh agent forwarding and am only using
it in limited circumstances, mainly to do `git pull` on a server.)
adam@laptop $ ssh-add -l
# lists currently unlocked keys correctly
adam@laptop $ ssh -A remote0
# login messages
adam@remote0 $ ssh-add -l
# lists currently unlocked keys correctly
adam@remote0 $ exit
# logout messages
adam@laptop $ ssh -A remote1
# login messages
adam@remote1 $ ssh-add -l
Could not open a connection to your authentication agent.
Do I need to enable something in my configuration on remote1 to make
it work?
Oops, it's working now. I think I was using a shared connection
earlier (the first one opened without -A).
--
so ladies, fish, and gentlemen,
here's my angled dream
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)