Open vlinx opened 11 months ago
The similar feature got implemented in PuTTY-nd
Via Admin Powershell:
Set-Service ssh-agent -StartupType Automatic Start-Service ssh-agent
ssh-add path/to/.ssh/id_rsa
Thank you for your suggestion. Fortunately, I have noticed that the new version of libssh 0.10.0 already supports this feature. I will fulfill this requirement when subsequent versions are upgraded to the new version of libssh
. Please stay tuned.
Both Linux and OSX use SSH_AUTH_SOCK
The name of the windows openssh agent pipe, default is: .\pipe\openssh-ssh-agent
The community has some complicated solutions, see below.
But they are very inconvenience.
https://github.com/ndbeals/winssh-pageant
https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/win-pageant-openssh-interop.html
WindTerm supports pageant agent pipe out of box
Session Setting -> SSH -> Authentication -> Attemp pageant authentication
Please add this feature to WimdTerm
Session Setting -> SSH -> Authentication -> Attemp ssh-agent authentication