NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
putty is easy to install (Score:1)
download the binary from the web site. Then, you run it. (Insert
fingerprint-checking in between the two steps, if you like).
You can also download "pscp" and "psftp" programs, each one standalone again.
Putty is what I always use when I'm stuck in front of a Windows box.
I have no idea where it stores config info, though.
Re:putty is easy to install (Score:1)
It puts it all in the Window Registry.
I haven't found the right magic to encapsulate and move these settings from machine to machine, yet. Although I haven't tried too hard.
Does anyone know how to extract Registry information in a portable form that can easily be loaded onto another machine?
Re:putty is easy to install (Score:1)
putty -ssh -2 hostname.domain.extso you could just make batch files in the putty folder for your mostly used ssh sessions and just have everything on the command line. The batch file could even run the putty -clean at the end if you want to clean your tracks.
andrew
Reply to This
Parent
Re:putty is easy to install (Score:1)
andrew