Skip to content

Instantly share code, notes, and snippets.

@theand
Created June 17, 2014 06:07
Show Gist options
  • Select an option

  • Save theand/4786e9d3259c1d91e1b6 to your computer and use it in GitHub Desktop.

Select an option

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)
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