Constructors

Properties

credentialManager: CredentialManager = ...
ssh: NodeSSH = ...

Methods

  • Registers a credential onto the redis store with a generated Id as the key.

    Parameters

    • Optional user: string

      username

    • Optional password: string

    Returns Promise<string>

    the assigned redis key/id

  • Tries to establish an SSH connection with the hpc.

    Parameters

    • hpcName: string

      name of the hpc to check with

    • Optional user: string

      username (not used)

    • Optional password: string

    Returns Promise<void>

    Throws

    may be unable to cross check crecdentials with a given hpc

Generated using TypeDoc