Skip to content

Instantly share code, notes, and snippets.

@DominicWatts
Created February 6, 2024 20:13
Show Gist options
  • Save DominicWatts/c6267c51a533a36d07a20269cfb9b547 to your computer and use it in GitHub Desktop.
Save DominicWatts/c6267c51a533a36d07a20269cfb9b547 to your computer and use it in GitHub Desktop.
windows pageant startup with keys

startup app

Win + R

Run box

shell:startup

Copy Pageant shortcut

Target

"C:\Program Files\PuTTY\pageant.exe"

Run in

"C:\Program Files\PuTTY\"

Add keys as argument to autoload

"C:\Program Files\PuTTY\pageant.exe" "C:\Users\domin\.ssh\id_rsa.ppk" "C:\Users\domin\.ssh\key_two.ppk" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment