interface BastionConfig {
    host: string;
    hostFingerprint?: string;
    password?: string;
    port?: number;
    privateKeyPassphrase?: string;
    privateKeyPath?: string;
    username: string;
}

Properties

host: string
hostFingerprint?: string
password?: string
port?: number
privateKeyPassphrase?: string
privateKeyPath?: string
username: string