Interface SSHKeyGenConfig<T, P, S>

interface SSHKeyGenConfig<T, P, S> {
    apkCache?: string;
    containerCache?: ContainerCache;
    logger?: Writable;
    opensshSource?: ImageOrContainer;
    outputFolder: string;
    prefix?: P;
    suffix?: S;
    types?: T[];
}

Type Parameters

  • T extends SSHKeyType
  • P extends string
  • S extends string

Properties

apkCache?: string
containerCache?: ContainerCache
logger?: Writable
opensshSource?: ImageOrContainer
outputFolder: string
prefix?: P
suffix?: S
types?: T[]

Generated using TypeDoc