PuTTY Terminal Deployer allows dynamic PuTTY secure shell (SSH) logins to multiple Linux servers. Host, IP addresses and AES encrypted/Base64 encoded passwords are read from a configuration file. All GUI labels are created dynamically from this info.
This C++ tool uses the wxWidgets cross-platform widget set, and allows dynamic PuTTY secure shell (SSH) logins to multiple Linux servers.
All host and IP addresses are read from a configuration file, including user names and AES encrypted/Base64 encoded passwords. All GUI labels are created dynamically from this information.
The application decrypts the passwords, dynamically builds the PuTTY commands, then launches the PuTTY terminals that were selected by the user and automatically logs the user in to each.
It can also launch a PuTTYCS terminal, in which commands that are issued, are replicated and sent to each open PuTTY window. This allows the user to control mutiple Linux terminals from a single terminal.
The user also can select the 'Sudo as root' option, which will cause the PuTTY Terminal Deployer to log the user in as root for each terminal.
download this, Initial Release of ptermd