Package com.chutneytesting.action.ssh
Class SshServerStartAction
java.lang.Object
com.chutneytesting.action.ssh.SshServerStartAction
- All Implemented Interfaces:
Action
-
Constructor Details
-
SshServerStartAction
public SshServerStartAction(Logger logger, FinallyActionRegistry finallyActionRegistry, @Input("port") String port, @Input("bind-address") String host, @Input("private-key") String keyPair, @Input("usernames") List<String> usernames, @Input("passwords") List<String> passwords, @Input("authorized-keys") String authorizedKeys, @Input("responses") List<String> stubs)
-
-
Method Details