Can we add pageant to puttyportable? Is it portable? It'd be useful to click on "puttyportable.exe" and have both pageant and putty pop up... thanks!
New: Run-Command (Dec 2, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
Bash,
Welcome to PortableApps.com,
Could you tell us more about Pageant so we could easily know if anyone would be interested in your request?
Tim
Things have got to get better, they can't get worse, or can they?
People who use public keys with Putty can benefit from Pageant. It is part of the complete Putty distribution. PuttyPortable doesn't include Pageant or PuttyGen or some of the other tools that can be handy.
They all work together, though, which means they might use the same registry entries and such, which means there might be some fun keeping them coordinated.
MC
Ok,
Apparently there was some interest at one time.
I did some searching and found:
https://portableapps.com/node/5796
Seems to have stalled though
Tim
Things have got to get better, they can't get worse, or can they?
I'd love to be able to use some keys to prevent all the password-ing.
This is a real dirty hack, dont flame me, cos it works for me. based on the putty paf.exe Just unzip it in your portable apps directory. It uses a batch file to preload your private keys.
http://savedonthe.net/download/124/PuTTYAgentPortable.zip
Thankfully, 0.65 is now bundled directly (in spite of what the FAQ says, in regards to version 0.59) with the binaries distributed by the Putty devs -- this is a good thing, as the software needs to be built in a way that the signatures and crypto hashes can verify they have been untampered. It's also good because now pageant is included in the PortableApps download.
My question is: how do I get the Portable Apps launcher to recognize the additional binary (pageant.exe) in the Apps folder? If I find out the answer before someone else replies, I'll post it here.
F:\Documents
.%PAL:AppDir%\AppInfo\Launcher\PuttyPortable.ini
as follows:Notes:
SingleAppInstance=false
, PA would prevent a successful launch. Luckily, Pageant is smart enough to realize it's already running and happily launches putty again, without duplicating its own process. However, by setting this option, we make it possible for the user to do something stupid, such as running a local copy of the program, which may have cause the settings to get out of sync.%PortableApps.comDocuments%
but this did not work (Pageant could not find the keyfile.)Thanks for the approach. I prefer to keep my (encrypted) keys in the subfolder
.\Data\Keys
. You need to set WorkingDirectory as well for stringing together key files without repeating the root of the key-folder everytime:Upate -> PortableApps\PuTTYPortable\App\AppInfo\appinfo.ini
Do not copy 1st column in the code block, ! = change, # = keep, + = add
Code block is messing with my quotes '=' "="
Copy PortableApps\PuTTYPortable\PuTTYPortable.exe to PortableApps\PuTTYPortable\PageabtPortable.exe
Copy PortableApps\PuTTYPortable\App\AppInfo\Launcher\PuTTYPortable.ini to PortableApps\PuTTYPortable\App\AppInfo\Launcher\PageantPortable.ini
Upate -> PortableApps\PuTTYPortable\App\AppInfo\Launcher\PageantPortable.ini
Now you can add Pageant as an autostart and load your keys when you start portable apps
Jus to follow up on some of these suggestions, but has anyone got Pageant to load alongside PuTTy portable?
I've tried the suggestions above, but they all seem to give me an error of some sort.
If anyone has this working, I'd love to get a detailed explanation on how to make it work.
Thanks!