Using Pageant as an SSH agent keeps private keys available for PuTTY sessions without repeatedly selecting a key file or re-entering a passphrase. This reduces friction for frequent logins while keeping public-key authentication in place for servers that disable password logins.
Pageant runs in the Windows notification area and stores loaded private keys in memory for the current sign-in session. When PuTTY performs public-key authentication, it can ask Pageant to sign the server challenge using a loaded key instead of reading and decrypting the key from disk.
Loaded keys remain usable until removed or until Pageant exits, so an unlocked workstation effectively grants the same access as the loaded keys. Keep private keys protected with a passphrase, lock the workstation when stepping away, and remove keys from Pageant when they are no longer needed.
Hidden tray icons can be shown from the ^ overflow menu.
PuTTYgen can import OpenSSH keys and save them as .ppk for use with PuTTY and Pageant.
Repeat Add Key to load additional keys for different hosts or accounts.
"C:\Program Files\PuTTY\pageant.exe" "C:\Users\user\Documents\id_ed25519.ppk"
Multiple keys can be loaded by appending additional quoted key paths to the same shortcut.
Unlocked keys in Pageant can be used by any process in the current Windows sign-in session, so leaving the workstation unlocked can expose SSH access to trusted hosts.