Differences
This shows you the differences between the selected revisions of the page.
2022-06-16 | 2022-06-16 | ||
5.19 was released long time ago (martin) | 5.20 Change: SHA-256 fingerprints are not padded anymore (martin) | ||
Line 27: | Line 27: | ||
UserName = "user", | UserName = "user", | ||
Password = "mypassword", | Password = "mypassword", | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
}; | }; | ||
Line 123: | Line 123: | ||
<code powershell> | <code powershell> | ||
param ( | param ( | ||
- | $sessionUrl = "sftp://user:password;fingerprint=ssh-rsa-xxxxxxxxxxx...=@example.com/", | + | $sessionUrl = "sftp://user:password;fingerprint=ssh-rsa-xxxxxxxxxxx...@example.com/", |
$remotePath = "/remote/path/", | $remotePath = "/remote/path/", | ||
$localPath = "c:\local\path\", | $localPath = "c:\local\path\", | ||
Line 261: | Line 261: | ||
UserName = "user", | UserName = "user", | ||
Password = "password", | Password = "password", | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
}; | }; | ||