Class SshjSshClient

java.lang.Object
org.jclouds.sshj.SshjSshClient
All Implemented Interfaces:
SshClient

public class SshjSshClient extends Object implements SshClient
This class needs refactoring. It is not thread safe.
  • Field Details

    • logger

      @Named("jclouds.ssh") protected Logger logger
  • Constructor Details

    • SshjSshClient

      public SshjSshClient(BackoffLimitedRetryHandler backoffLimitedRetryHandler, com.google.common.net.HostAndPort socket, LoginCredentials loginCredentials, int timeout, com.google.common.base.Optional<com.jcraft.jsch.agentproxy.Connector> agentConnector)
  • Method Details