Interface SSHConfig

interface SSHConfig {
    compute(opts): Record<string, string | string[]>;
}

Hierarchy

  • Array<SshConfig.Line>
    • SSHConfig

Methods

Methods