Differences
This shows you the differences between the selected revisions of the page.
2018-02-20 | 2019-05-27 | ||
5.13 RemotePath class (martin) | 5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | ||
Line 26: | Line 26: | ||
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 126: | Line 126: | ||
<code powershell> | <code powershell> | ||
param ( | param ( | ||
- | $sessionUrl = "sftp://user:password;fingerprint=ssh-rsa-xx-xx-xx@example.com/", | + | $sessionUrl = "sftp://user:password;fingerprint=ssh-rsa-xxxxxxxxxxx...=@example.com/", |
$remotePath = "/home/user/", | $remotePath = "/home/user/", | ||
$localPath = "c:\downloaded\", | $localPath = "c:\downloaded\", | ||
Line 304: | Line 304: | ||
UserName = "user", | UserName = "user", | ||
Password = "password", | Password = "password", | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx..." | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" |
}; | }; | ||