Differences

This shows you the differences between the selected revisions of the page.

2019-05-27 2022-06-16 (current)
5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) 5.20 Change: SHA-256 fingerprints are not padded anymore (martin)
Line 10: Line 10:
param ( param (
    # Use Generate Session URL function to obtain a value for -sessionUrl parameter.     # Use Generate Session URL function to obtain a value for -sessionUrl parameter.
-    $sessionUrl = "sftp://user:mypassword;fingerprint=ssh-rsa-xxxxxxxxxxx...=@example.com/",+    $sessionUrl = "sftp://user:mypassword;fingerprint=ssh-rsa-xxxxxxxxxxx...@example.com/",
    $remotePath = "/home/user"     $remotePath = "/home/user"
) )
Line 112: Line 112:
                UserName = "user",                 UserName = "user",
                Password = "password",                 Password = "password",
-                SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=",+                SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...",
            };             };

Last modified: by martin