Skip to main content
Module

x/somefn/deno/ssh.ts>genKey

some functions for deno and browser
Latest
function genKey
import { genKey } from "https://deno.land/x/somefn@v0.1.1-jsr/deno/ssh.ts";

[deno] 生成一个 SSH 密钥 (Ed25519)

Parameters

optional
unnamed 0 = [UNSUPPORTED]

Returns

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