Class RemoteHost


public class RemoteHost
extends AbstractHost<RemoteSession>
A regular remote host that we can connect to via SSH.
Since:
1.0
Author:
nicklas
See Also:
RemoteSession
  • Constructor Details

    • RemoteHost

      public RemoteHost​(ConnectionInfo ci)
      Create a new remote host instance.
      Parameters:
      ci - Connection information to the remote host (will be locked for changes after this call)
  • Method Details