Differences
This shows you the differences between the selected revisions of the page.
| 2009-11-22 | 2011-07-30 | ||
| public_key in intro (martin) | merge permissions section into openssh (martin) | ||
| Line 20: | Line 20: | ||
| Then switch to the [[ui_puttygen|PuTTYgen]] window, select all of the text in the //[[ui_puttygen#authorized_keys|Public key for pasting into authorized_keys file]]// box, and copy it to the clipboard (''Ctrl+C''). Then, switch back to the editor and insert the data into the open file, making sure it ends up all on one line. Save the file. | Then switch to the [[ui_puttygen|PuTTYgen]] window, select all of the text in the //[[ui_puttygen#authorized_keys|Public key for pasting into authorized_keys file]]// box, and copy it to the clipboard (''Ctrl+C''). Then, switch back to the editor and insert the data into the open file, making sure it ends up all on one line. Save the file. | ||
| + | |||
| + | You may also need to ensure that your account home directory, your ''.ssh'' directory, and any other files involved (such as ''authorized_keys'', ''authorized_keys2'' or ''authorization'') are not group-writable or world-writable. | ||
| + | |||
| + | Read more about [[task_properties|changing permissions]] | ||
| ==== ssh.com ==== | ==== ssh.com ==== | ||
| Line 26: | Line 30: | ||
| ==== Other SSH Servers ==== | ==== Other SSH Servers ==== | ||
| For other SSH server software, you should refer to the manual for that server. | For other SSH server software, you should refer to the manual for that server. | ||
| - | |||
| - | ==== Permissions ==== | ||
| - | You may also need to ensure that your account home directory, your ''.ssh'' directory, and any other files involved (such as ''authorized_keys'', ''authorized_keys2'' or ''authorization'') are not group-writable or world-writable. | ||
| - | |||
| - | Read more about [[task_properties|changing permissions]] | ||
| ===== Configure WinSCP Session ===== | ===== Configure WinSCP Session ===== | ||