Changes between Version 5 and Version 6 of faq/public-private-key-generation


Ignore:
Timestamp:
Mar 21, 2008, 2:00:10 PM (16 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/public-private-key-generation

    v5 v6  
    2727}}}
    2828
    29 === One Windows ===
     29=== On Windows ===
    3030
    3131With windows, you can generate a key by downloading the [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTYgen program]. When generating a public/private key pair, PuTTYgen will save a public key file that is in the Putty format. This public key will not work on our servers. However, when your key is being generated (or is loaded) in the PuTTYgen program, there is a text field that says: Public key for pasting into OpenSSH authorized_keys2 file. Please copy and paste the contents of that text field into a file called id_rsa.pub.
     
    3333== Setting up your key for access to a server ==
    3434
    35 === One Linux or Mac OS X (using the command line) ===
     35=== On Linux or Mac OS X (using the command line) ===
    3636
    3737Now that you have a public key, you will want to copy it to the server (or servers) on which you want to use it. With the following command replace `USER` with your username and `SERVER` with your server name, like `malcolm.mayfirst.org`: