Allow Fingerprint to be defined in SSH Preset. Once defined, Sshwifty will use the fingerprint value to verify the public key fingerprint of the connecting SSH host

This commit is contained in:
NI
2020-11-14 23:00:35 +08:00
parent 530570abc0
commit a2d9419989
4 changed files with 33 additions and 5 deletions

View File

@@ -37,7 +37,8 @@
"User": "root",
"Encoding": "utf-8",
"Private Key": "-----BEGIN RSA PRIV...\nMIIE...\n-----END RSA PRI...\n",
"Authentication": "Private Key"
"Authentication": "Private Key",
"Fingerprint": "SHA256:bgO...."
}
},
{