library_vb » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2012-05-07 | 2012-09-05 | ||
5.0.7 dll description change (martin) | 5.0.9 SshHostKey => SshHostKeyFingerprint (martin) | ||
Line 160: | Line 160: | ||
.UserName = "user" | .UserName = "user" | ||
.Password = "mypassword" | .Password = "mypassword" | ||
- | .SshHostKey = "ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | + | .SshHostKeyFingerprint = "ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" |
End With | End With | ||