Clarify pageant section

This commit is contained in:
Anthony Rose 2023-03-22 12:04:01 +00:00
parent e6576a2053
commit ef7a903f3b

View file

@ -73,8 +73,8 @@ cd %USERPROFILE%\opt\7zip
<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, 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>
<p>Running <code>PAGEANT.EXE --openssh-config %USERPROFILE%\.ssh\config.d\pageant.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 config.d\pageant.config</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>