NuSkooler / enigma-bbs

ENiGMA½ BBS Software
https://nuskooler.github.io/enigma-bbs/
BSD 2-Clause "Simplified" License
548 stars 105 forks source link

Generate SSH cert with oputil #519

Open cognitivegears opened 1 year ago

cognitivegears commented 1 year ago

Now that we have upgraded the ssh2 library, it supports the ability to generate ssh certificates. We should take advantage of this to facilitate ssh setup without any external tools needed. Some thoughts below:

NuSkooler commented 1 year ago

This could probably live under oputil config, e.g. oputil.js config ssh-key [options]

crhultay commented 2 days ago

Raised PR https://github.com/NuSkooler/enigma-bbs/pull/578