From 18d9ad183cafccc1f89e3622fbaf9abb5da46ee2 Mon Sep 17 00:00:00 2001 From: NI Date: Thu, 21 Oct 2021 12:23:27 +0800 Subject: [PATCH] Change configuration example for `Private Key` --- sshwifty.conf.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshwifty.conf.example.json b/sshwifty.conf.example.json index c304932..238f987 100644 --- a/sshwifty.conf.example.json +++ b/sshwifty.conf.example.json @@ -36,7 +36,7 @@ "Meta": { "User": "root", "Encoding": "utf-8", - "Private Key": "-----BEGIN RSA PRIV...\nMIIE...\n-----END RSA PRI...\n", + "Private Key": "-----BEGIN RSA Will be sent to client-END RSA PRI...\n", "Authentication": "Private Key", "Fingerprint": "SHA256:bgO...." }