Created
September 29, 2015 11:04
-
-
Save shlomisas/4c294caa7ef478d20e0f to your computer and use it in GitHub Desktop.
Startup script for to load all private keys to Pagent (Windows)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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