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
Latest
function genKey
import { genKey } from "https://deno.land/x/somefn@v0.0.3-jsr/deno/ssh.ts";

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

Parameters

optional
unnamed 0 = [UNSUPPORTED]

Returns

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