Added correct example on how to configure Private Key for SSH Presets to README.md

This commit is contained in:
NI
2020-02-23 17:20:53 +08:00
parent 9b2513c89d
commit 6cd93a5457
2 changed files with 9 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
"Meta": {
"User": "root",
"Encoding": "utf-8",
"Private Key": "--------- BEGIN RSA PRIVATE KEY ---------",
"Private Key": "-----BEGIN RSA PRIV...\nMIIE...\n-----END RSA PRI...\n",
"Authentication": "Private Key"
}
},