felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.15k stars 443 forks source link

Use windows openssh agent by default #1017

Open contrun opened 1 year ago

contrun commented 1 year ago

PowerShell/openssh-portable creates a ssh agent socket SSH_AUTH_SOCK=\\.\pipe\openssh-ssh-agent (see How to run ssh-add on windows? - Stack Overflow). I have tried manually specify the environment variable %SSH_AUTH_SOCK% to be \\.\pipe\openssh-ssh-agent. It worked. I think it is reasonable to set this environment variable by default, or we can provide an option to set this environment variable.