yeah so as a temporary measure, i'm using ssh-keygen for now.

but i'll need to natively incorporate it still.
This commit is contained in:
2021-07-03 23:01:58 -04:00
parent d7ffbea913
commit 7f98e7aa15
9 changed files with 323 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ import (
"r00t2.io/sysutils/paths"
)
func TestConfig(config *[]byte) (bool, error) {
func ChkConfig(config *[]byte) (bool, error) {
var sysPaths []string
var binPath string
var tmpConf *os.File