79211858

Date: 2024-11-21 15:32:36
Score: 0.5
Natty:
Report link

This seems to be the best solution, which will probably also work on MacOs and Linux, assuming environment variable SSH_AUTH_SOCK is set there:

  agent: process.env.SSH_AUTH_SOCK ?? "\\\\.\\pipe\\openssh-ssh-agent",
  agentForward: true,
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Sander_P