@adpt/cli
Version:
AdaptJS command line interface
6 lines • 372 B
TypeScript
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