Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/somefn/deno/ssh.ts>genKey

some functions for deno
Go to Latest
function genKey
import { genKey } from "https://deno.land/x/somefn@v0.24.1/deno/ssh.ts";

Parameters

optional
unnamed 0 = [UNSUPPORTED]

Returns

Promise<{ keyPath: string; pubPath: string; }>