For the record, the third thing is to activate agent forwarding. In ~/.ssh/config:
Host git.mills.io
ForwardAgent yes
For the record, the third thing is to activate agent forwarding. In ~/.ssh/config:
Host git.mills.io
ForwardAgent yes
@lyse@lyse.isobeef.org no dice. Same.
@lyse@lyse.isobeef.org Hm, I’m not sure I would want to do that:
ForwardAgent
...
Agent forwarding should be enabled with caution. Users
with the ability to bypass file permissions on the remote
host (for the agent's Unix-domain socket) can access the
local agent through the forwarded connection. An attacker
cannot obtain key material from the agent, however they
can perform operations on the keys that enable them to au‐
thenticate using the identities loaded into the agent.
@movq@www.uninformativ.de This is how my SSH proxy setup works.
yhe sourde code is available so you can inspect it 😅