UNPKG

@adpt/cli

Version:
6 lines 372 B
export declare function isOpenSsh(exeAbsPath: string): boolean; export declare function gitSshExe(): string; export declare function gitUsesOpenSsh(): boolean; export declare function withGitSshCommand<T>(hostKeyCheck: string, f: () => T | Promise<T>): Promise<T>; export declare function addHostKeyChecking(hostKeyCheck: string): string; //# sourceMappingURL=ssh.d.ts.map