From a176167505a148a4043519cae82f83542a4b54be Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 2 Dec 2024 21:07:12 +0000 Subject: [PATCH] fix: config change `privatekey` to `privateKey` for consistency with ssh2 module --- config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.sample b/config.json.sample index b28e9bd..d41d63c 100644 --- a/config.json.sample +++ b/config.json.sample @@ -9,7 +9,7 @@ "user": { "name": null, "password": null, - "privatekey": null + "privateKey": null }, "session": { "secret": "secret",