Skip to content

History / OpenSSH Integration with Pageant

Revisions

  • Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Mar 18, 2025
  • Remove extraneous title

    @elieux elieux committed Apr 19, 2020
  • Add notes about cross-environment path option, and correct paragraph about msys2 tmp path mapping. A default msys2 insdtall currently seems to use a shared "c:\msys64\tmp" path...

    @TaoK TaoK committed Nov 13, 2018
  • fixed a minor formatting error

    @landstander668 landstander668 committed Aug 1, 2016
  • Note possible environment-variable conflict when running multiple Unix-like environments

    @landstander668 landstander668 committed May 3, 2016
  • Indicate which release ssh-pageant integration landed in

    @landstander668 landstander668 committed May 3, 2016
  • Updated OpenSSH Integration with Pageant (markdown)

    @landstander668 landstander668 committed Apr 27, 2016
  • Update instructions for officially merged ssh-pageant implementation

    @landstander668 landstander668 committed Apr 19, 2016
  • Add documentation on how to configure Git for Windows to use ssh-pageant instead of ssh-agent for SSH key-based authentication

    @landstander668 landstander668 committed Apr 8, 2016