Interface SshAuth

  • All Superinterfaces:
    ConfigBeanProxy

    public interface SshAuth
    extends ConfigBeanProxy
    A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
    • Method Detail

      • getUserName

        String getUserName()
        points to a named host.
        Returns:
        a named host name
      • getKeyfile

        String getKeyfile()
        Returns:
        the private identity keyfile
      • getPassword

        String getPassword()
        SSH Password
        Returns:
        SSH Password which may be a password alias of the form ${ALIAS=aliasname}
      • getKeyPassphrase

        String getKeyPassphrase()
        SSH Keyfile passphrase
        Returns:
        SSH keyfile encryption passphrase which may be a password alias of the form ${ALIAS=aliasname}