Differences
This shows you the differences between the selected revisions of the page.
| 2020-12-24 | 2022-06-16 | ||
| automatically using target article title for link anchor (martin) | 5.20 Change: SHA-256 fingerprints are not padded anymore (martin) | ||
| Line 84: | Line 84: | ||
| <code winscp> | <code winscp> | ||
| # Connect | # Connect | ||
| - | open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xxxxxxxxxxx...=" | + | 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 xxxxxxxxxxx...=" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
| } | } | ||
| Line 249: | Line 249: | ||
| UserName = "user", | UserName = "user", | ||
| Password = "mypassword", | Password = "mypassword", | ||
| - | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
| }; | }; | ||