Differences
This shows you the differences between the selected revisions of the page.
2017-03-02 | 2017-03-02 | ||
updating the new path everywhere + no need to edit sshd_config anymore (martin) | win32 openssh and winscp will now agree on ED25519 key (martin) | ||
Line 31: | Line 31: | ||
===== [[connecting]] Connecting to the server ===== | ===== [[connecting]] Connecting to the server ===== | ||
- | Before the first connection, find out fingerprint of the server's RSA key by running ''ssh-keygen.exe -l -f ssh_host_rsa_key -E md5'' from the ''C:\Program Files\OpenSSH'': | + | Before the first connection, find out fingerprint of the server's ED25519 key by running ''ssh-keygen.exe -l -f ssh_host_ed25519_key -E md5'' from the ''C:\Program Files\OpenSSH'': |
<code> | <code> | ||
- | C:\Program Files\OpenSSH>ssh-keygen.exe -l -f ssh_host_rsa_key -E md5 | + | C:\Program Files\OpenSSH>ssh-keygen.exe -l -f ssh_host_ed25519_key -E md5 |
- | 2048 MD5:94:93:fe:cc:c5:7d:d8:2a:33:21:0e:f3:91:11:8a:d9 martin@example (RSA) | + | 256 MD5:0d:df:0a:db:b4:e9:f1:08:d5:59:2b:91:8e:08:1c:78 martin@example (ED25519) |
</code> | </code> | ||