Created
June 17, 2014 06:07
-
-
Save theand/4786e9d3259c1d91e1b6 to your computer and use it in GitHub Desktop.
start pageant(from putty package) with default private keys. (it assumes PATH included)
This file contains hidden or 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
| set KEY_1="id_rsa.ppk" | |
| set KEY_2="id_rsa_wireless.ppk" | |
| d: | |
| cd "d:\ssh" | |
| cmd.exe /k start "" pageant %KEY_1% %KEY_2% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment