public_key » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2012-12-06 | 2012-12-06 | ||
no summary (115.240.41.41) (hidden) | Restored revision 1317851509. Undoing revisions 1354820110, 1354820246, 1354820468. (martin) (hidden) | ||
Line 2: | Line 2: | ||
//This article explains public key authentication in general. You may want to see guide to [[guide_public_key|setting up public key authentication]] instead.// | //This article explains public key authentication in general. You may want to see guide to [[guide_public_key|setting up public key authentication]] instead.// | ||
- | aaa===== Introduction ===== | + | ===== Introduction ===== |
Public key authentication is an alternative means of identifying yourself to a login server, instead of typing a password. It is more secure and more flexible, but more difficult to set up. | Public key authentication is an alternative means of identifying yourself to a login server, instead of typing a password. It is more secure and more flexible, but more difficult to set up. | ||
Line 18: | Line 18: | ||
There is more than one public-key algorithm available. The most common is RSA, but others exist, notably DSA (otherwise known as DSS), the USA's federal Digital Signature Standard. ((&puttydoccite)) | There is more than one public-key algorithm available. The most common is RSA, but others exist, notably DSA (otherwise known as DSS), the USA's federal Digital Signature Standard. ((&puttydoccite)) | ||
- | aaa===== [[generate]] Generating Keys ===== | + | ===== [[generate]] Generating Keys ===== |
To generate a key pair, use the [[ui_puttygen|PuTTYgen]] application. | To generate a key pair, use the [[ui_puttygen|PuTTYgen]] application. | ||
- | aaa===== [[private]] Private Keys ===== | + | ===== [[private]] Private Keys ===== |
Different file formats are used to store SSH-1 and SSH-2 private keys. While there is only one commonly used format for SSH-1 keys, there are several formats used for SSH-2 keys. WinSCP supports PuTTY format, as authors of PuTTY [[&url(keyformat)|claim that it is the best one]]. | Different file formats are used to store SSH-1 and SSH-2 private keys. While there is only one commonly used format for SSH-1 keys, there are several formats used for SSH-2 keys. WinSCP supports PuTTY format, as authors of PuTTY [[&url(keyformat)|claim that it is the best one]]. | ||
WinSCP also recognises (but does not accept) the other two formats (OpenSSH and ssh.com), so it can suggest you to convert them. To convert the key file use [[ui_puttygen|PuTTYgen]] application. | WinSCP also recognises (but does not accept) the other two formats (OpenSSH and ssh.com), so it can suggest you to convert them. To convert the key file use [[ui_puttygen|PuTTYgen]] application. |