Differences
This shows you the differences between the selected revisions of the page.
| 2020-12-24 | 2022-06-16 (current) | ||
| automatically using target article title for link anchor (martin) | 5.20 Change: SHA-256 fingerprints are not padded anymore (martin) | ||
| Line 53: | Line 53: | ||
| <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..." |
| # Change remote directory | # Change remote directory | ||
| cd /home/user | cd /home/user | ||
| Line 80: | Line 80: | ||
| UserName = "user" | UserName = "user" | ||
| Password = "password" | Password = "password" | ||
| - | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
| } | } | ||