Differences
This shows you the differences between the selected revisions of the page.
| 2019-01-04 | 2019-04-25 | ||
| link update (martin) | 5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | ||
| Line 84: | Line 84: | ||
| <code winscp> | <code winscp> | ||
| # Connect | # Connect | ||
| - | open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx..." | + | open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xxxxxxxxxxx...=" |
| cd backup | cd backup | ||
| # Use a job run ID (timestamp) as a backup ID | # Use a job run ID (timestamp) as a backup ID | ||
| Line 150: | Line 150: | ||
| UserName = "user" | UserName = "user" | ||
| Password = "mypassword" | Password = "mypassword" | ||
| - | SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" |
| } | } | ||
| Line 249: | Line 249: | ||
| 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...=" |
| }; | }; | ||