Clarify pageant section
This commit is contained in:
parent
e6576a2053
commit
ef7a903f3b
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue