Skip to content

Instantly share code, notes, and snippets.

@taichunmin
Created September 15, 2014 01:27
Show Gist options
  • Save taichunmin/a54503e8d1459edb7a90 to your computer and use it in GitHub Desktop.
Save taichunmin/a54503e8d1459edb7a90 to your computer and use it in GitHub Desktop.
This script can auto load ssh key to putty's pageant program. OS: Windows. You should manually add this bat file to windows startup folder.
@echo off
timeout 3
start /b "" "D:\Program Files (x86)\putty\PAGEANT.exe" ssh-key-path1 [ssh-key-path2 ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment