From ef7a903f3b172f8618322132daed3aa8317bb78c Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 22 Mar 2023 12:04:01 +0000 Subject: [PATCH] Clarify pageant section --- docs/PerUserInstallers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 24b80b5..9b5cf2b 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -73,8 +73,8 @@ cd %USERPROFILE%\opt\7zip

Download

The Windows built-in ssh-agent needs admin to be started, so we have to use PAGEANT.EXE instead.

The ZIP file can be extracted to any directory.

-

Running PAGEANT.EXE --openssh-config 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 Include line to %USERPROFILE%\.ssh\config.

+

Running PAGEANT.EXE --openssh-config %USERPROFILE%\.ssh\config.d\pageant.config 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 Include config.d\pageant.config line to %USERPROFILE%\.ssh\config.

Vim

Download