Differences
This shows you the differences between the selected revisions of the page.
2019-04-10 | 2019-05-27 | ||
Restored revision 1553693764. Undoing revision 1554881001. (martin) (hidden) | 5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | ||
Line 86: | Line 86: | ||
UserName = "user", | UserName = "user", | ||
Password = "mypassword", | Password = "mypassword", | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:..." | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" |
}; | }; | ||
Line 141: | Line 141: | ||
.UserName = "user" | .UserName = "user" | ||
.Password = "mypassword" | .Password = "mypassword" | ||
- | .SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:..." | + | .SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" |
End With | End With | ||