lablua / putty-launchy-plugin

Automatically exported from code.google.com/p/putty-launchy-plugin
0 stars 1 forks source link

launch pagent before putty #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to launch putty this way:
1. c:\putty\PAGEANT.EXE c:\putty\mykey.ppk -c c:\putty\putty.exe 
is this possible? 

Original issue reported on code.google.com by cakru...@gmail.com on 11 Aug 2008 at 2:44

GoogleCodeExporter commented 9 years ago
This would require some major changes to the code.  Also, you can leave pageant
running in the background as a daemon, correct?  If so, you wouldn't need to 
start
putty at the same time with "-c", and it would only need to be run once.

There is a workaround though:
Create a batch file (putty.bat) and set the "path to putty" to point to this 
batch
file.  Inside the batch file, start pageant with the -c option and pass the 
arguments
to the batch file along to putty (if that is even possible to use arguments 
with the
-c option).

Original comment by matthew....@gmail.com on 20 Aug 2008 at 2:08