Add pageant OpenSSH config

This commit is contained in:
Anthony Rose 2023-03-22 11:27:25 +00:00
parent 2a292e26e4
commit e6576a2053

View file

@ -71,8 +71,10 @@ cd %USERPROFILE%\opt\7zip
<h2>PuTTY</h2>
<p><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">Download</a></p>
<p>The Windows built-in ssh-agent needs admin to be started.</p>
<p>The Windows built-in ssh-agent needs admin to be started, so we have to use <code>PAGEANT.EXE</code> instead.</p>
<p>The <a href="https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip">ZIP file</a> can be extracted to any directory.</p>
<p>Running <code>PAGEANT.EXE --openssh-config</code> will write an OpenSSH config file with the path to the pipe used for communication.
This can be used by the built-in Windows OpenSSH client by adding an <code>Include</code> line to <code>%USERPROFILE%\.ssh\config</code>.</p>
<h2>Vim</h2>
<p><a href="https://github.com/vim/vim-win32-installer/releases/tag/v9.0.0000">Download</a></p>