main function definition for ht_ssh. More...
#include <Common/Compat.h>#include "SshSocketHandler.h"#include "SshThreadsCallbacks.h"#include "SshOutputCollector.h"#include <AsyncComm/Comm.h>#include <AsyncComm/ReactorFactory.h>#include <Common/Error.h>#include <Common/HostSpecification.h>#include <Common/Init.h>#include <Common/Logger.h>#include <Common/Random.h>#include <Common/System.h>#include <Common/Timer.h>#include <algorithm>#include <cctype>#include <chrono>#include <cstdlib>#include <fstream>#include <iostream>#include <map>#include <mutex>#include <sstream>#include <thread>#include <vector>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
main function definition for ht_ssh.
This file contains the main function definition for ht_ssh, a tool for establishing ssh connections and executing commands on hosts in parallel.
Definition in file ht_ssh.cc.
1.8.8