Differences
This shows you the differences between the selected revisions of the page.
2019-05-28 | 2019-05-28 | ||
5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | 5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | ||
Line 78: | Line 78: | ||
<code winscp> | <code winscp> | ||
- | open sftp://martin:mypassword@example.com/ -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx..." | + | open sftp://martin:mypassword@example.com/ -hostkey="ssh-rsa 2048 xxxxxxxxxxx...=" |
</code> | </code> | ||
Line 91: | Line 91: | ||
Password = "mypassword" | Password = "mypassword" | ||
# -hostkey | # -hostkey | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx..." | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" |
} | } | ||