# Git SSH using PuTTY's pagent The easiest way to force pagent is to use its ssh service for other programes: `plink.exe` ```powershell git config --global core.sshCommand '"C:\Program Files\PuTTY\plink.exe"' ```