ui_pageant » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2013-12-20 | 2014-03-03 | ||
5.5 no pages on login dialog (martin) | key size should be 2048 bit at least nowadays (martin) | ||
Line 40: | Line 40: | ||
<code> | <code> | ||
- | ssh1 1024 22:c3:68:3b:09:41:36:c3:39:83:91:ae:71:b2:0f:04 k1 | + | ssh-dsa 2048 22:c3:68:3b:09:41:36:c3:39:83:91:ae:71:b2:0f:04 k1 |
- | ssh-rsa 1023 74:63:08:82:95:75:e1:7c:33:31:bb:cb:00:c0:89:8b k2 | + | ssh-rsa 2048 74:63:08:82:95:75:e1:7c:33:31:bb:cb:00:c0:89:8b k2 |
</code> | </code> | ||
For each key, the list box will tell you: | For each key, the list box will tell you: | ||
- | * The type of the key. Currently, this can be ''ssh1'' (an RSA key for use with the SSH-1 protocol), ''ssh-rsa'' (an RSA key for use with the SSH-2 protocol), or ''ssh-dss'' (a DSA key for use with the SSH-2 protocol). | + | * The type of the key. Currently, this can be ''ssh-rsa'' (an RSA key for use with the SSH-2 protocol), ''ssh-dss'' (a DSA key for use with the SSH-2 protocol), or ''ssh1'' (an RSA key for use with the SSH-1 protocol). |
* The size (in bits) of the key. | * The size (in bits) of the key. | ||
* The fingerprint for the public key. This should be the same fingerprint given by [[ui_puttygen|PuTTYgen]], and also the same fingerprint shown by remote utilities such as ''ssh-keygen'' when applied to your ''authorized_keys'' file. | * The fingerprint for the public key. This should be the same fingerprint given by [[ui_puttygen|PuTTYgen]], and also the same fingerprint shown by remote utilities such as ''ssh-keygen'' when applied to your ''authorized_keys'' file. |