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:
@@ -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...."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user