OpenSSH Integration with Pageant
Johannes Schindelin edited this page 2025-03-18 11:19:20 +01:00
Clone

Wiki Page Revisions

9 Commits

Author SHA1 Message Date
Johannes Schindelin
1854c70bf9 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 <johannes.schindelin@gmx.de>
2025-03-18 11:19:20 +01:00
David Macek
342c2f9c2c Remove extraneous title 2020-04-19 16:38:31 +02:00
Tao Klerks
995d43ace8 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... 2018-11-13 12:12:54 +01:00
Adric Norris
23f25fbefe fixed a minor formatting error 2016-08-01 11:25:51 -05:00
Adric Norris
a142728987 Note possible environment-variable conflict when running multiple Unix-like environments 2016-05-03 13:49:27 -05:00
Adric Norris
412c0532da Indicate which release ssh-pageant integration landed in 2016-05-03 13:43:23 -05:00
Adric Norris
0fb5cd2d2d Updated OpenSSH Integration with Pageant (markdown) 2016-04-27 12:48:31 -05:00
Adric Norris
28e3312630 Update instructions for officially merged ssh-pageant implementation 2016-04-18 20:27:05 -05:00
Adric Norris
4c2c56a33b Add documentation on how to configure Git for Windows to use ssh-pageant instead of ssh-agent for SSH key-based authentication 2016-04-08 18:03:55 -05:00