Class SshServerStartAction

java.lang.Object
fr.enedis.chutney.action.ssh.SshServerStartAction
All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action

public class SshServerStartAction extends Object implements fr.enedis.chutney.action.spi.Action
  • Constructor Details

    • SshServerStartAction

      public SshServerStartAction(fr.enedis.chutney.action.spi.injectable.Logger logger, fr.enedis.chutney.action.spi.injectable.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

    • execute

      public fr.enedis.chutney.action.spi.ActionExecutionResult execute()
      Specified by:
      execute in interface fr.enedis.chutney.action.spi.Action