kingToolbox / kingToolbox/WindTerm
To allow support of Linux / OSX SSH_AUTH_SOCK & Windows openssh agent pipe
- Dominant language
- C
- Stars
- 32.3k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
Both Linux and OSX use SSH_AUTH_SOCK
The name of the windows openssh agent pipe, default is: \.\pipe\openssh-ssh-agent
(get-childitem \.\pipe).FullName | FindStr ssh
\.\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
(get-childitem \.\pipe).FullName | FindStr page
\.\pipe\pageant.user_name.uniq_id
Session Setting -> SSH -> Authentication -> Attemp pageant authentication
Please add this feature to WimdTerm
Session Setting -> SSH -> Authentication -> Attemp ssh-agent authentication
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.