Skip to content

Instantly share code, notes, and snippets.

@shlomisas
Created September 29, 2015 11:04
Show Gist options
  • Save shlomisas/4c294caa7ef478d20e0f to your computer and use it in GitHub Desktop.
Save shlomisas/4c294caa7ef478d20e0f to your computer and use it in GitHub Desktop.
Startup script for to load all private keys to Pagent (Windows)
@echo off
SET key1="<ABS PATH TO YOUR PPK1>.ppk"
SET key2="<ABS PATH TO YOUR PPK2>.ppk"
start /b "" "C:\Program Files (x86)\PuTTY\pageant.exe" %key1% %key2%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment