Very good, thank you.
I keep getting surprised by all that this tool can do.
I keep getting surprised by all that this tool can do.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Hostkey
raw setting:
ScanFingerprint
method.
SshHostKeyFingerprint = "ssh-rsa ..."
).
Dim oSessionOptions As New SessionOptions
oSessionOptions.Protocol = Protocol.Sftp,
oSessionOptions.HostName = Utils.Registry.ImportHostName,
oSessionOptions.UserName = Utils.Registry.ImportUsername,
oSessionOptions.Password = ImportPassword.Decrypt(Utils.Entropy)
Using oSession As New Session
Return oSession.ScanFingerprint(oSessionOptions, "MD5")
End Using