SshHostKeyFingerprint does not match
Hello,
here is my problem.
I have created a session in . NET (Visual Studio 2015).
My "SshHostKeyFingerprint" has never been accepted.
The String contains:
mySessionOptions.SshHostKeyFingerprint
= "ssh-ed25519 256 xirJmD/0DgUenJZ7msgH+jEsE+1J/QbYK7rQu0ZpFV8="
The answer is:
"Host key does not match configured key ""ssh-ed25519 256 xirJmD/0DgUenJZ7msgH+jEsE+1J/QbYK7rQu0ZpFV8=""!"
"Host key fingerprint is ssh-ed25519 256 xirJmD/0dgUenJZ7msgH+jEsE+1J/QbYK7rQu0ZpFV8=."
"Authentication failed."
What is wrong?
I have copied the string exactly- from the logfile of a gui-session.
Thanks a lot for helpful advises!
here is my problem.
I have created a session in . NET (Visual Studio 2015).
My "SshHostKeyFingerprint" has never been accepted.
The String contains:
mySessionOptions.SshHostKeyFingerprint
= "ssh-ed25519 256 xirJmD/0DgUenJZ7msgH+jEsE+1J/QbYK7rQu0ZpFV8="
The answer is:
"Host key does not match configured key ""ssh-ed25519 256 xirJmD/0DgUenJZ7msgH+jEsE+1J/QbYK7rQu0ZpFV8=""!"
"Host key fingerprint is ssh-ed25519 256 xirJmD/0dgUenJZ7msgH+jEsE+1J/QbYK7rQu0ZpFV8=."
"Authentication failed."
What is wrong?
I have copied the string exactly- from the logfile of a gui-session.
Thanks a lot for helpful advises!