welcome: please sign in
location: Diff for "Cluster/Usage/SSHKeyManagement/Putty"
Differences between revisions 2 and 3
Revision 2 as of 2014-02-13 09:44:30
Size: 589
Editor: cabrillo
Comment:
Revision 3 as of 2014-02-13 09:55:33
Size: 1686
Editor: cabrillo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

== Generate the key pairs ==
  * Lunch puttygen.exe
    * Type of key to generate: SSH-2 RSA
    * Number of bits in a generated key: 1024
  * Click on the “Generate” button to create your key pair
  * After finish you can choose to use the keys with or without passphrase
    * Save the Private key (you can call it privatekey)
      * Remenber that you have to keep it in a save place and not share it with no-one
    * Save the Public key (you can call it publickey)
      * This is the key that you have to exchange/install in the machine you want to access, if do not have the enough priveilegies to do this, you can send it to your system administrators.

== Install the Key ==
  * Run Puuty.exe
  * In the “Category” section on the left, scroll down and under Connection > SSH, select the “Auth” option. Where it says “Private key file for authentication:” click on the “Browse” button and find the private key you generated previously and click the “Open” button to load it. The text field should now be filled in with the path to your private key.

Generate a SSH key Pair (Public and Private) and Use it with putty

  • The common way for access to IFCA cluster is a non passwd based. It has been proved that the use of

ssh key access avoid most part of security issues aswell to forgot the passwd.

Download Putty

Generate the key pairs

  • Lunch puttygen.exe
    • Type of key to generate: SSH-2 RSA
    • Number of bits in a generated key: 1024
  • Click on the “Generate” button to create your key pair
  • After finish you can choose to use the keys with or without passphrase
    • Save the Private key (you can call it privatekey)
      • Remenber that you have to keep it in a save place and not share it with no-one
    • Save the Public key (you can call it publickey)
      • This is the key that you have to exchange/install in the machine you want to access, if do not have the enough priveilegies to do this, you can send it to your system administrators.

Install the Key

  • Run Puuty.exe
  • In the “Category” section on the left, scroll down and under Connection > SSH, select the “Auth” option. Where it says “Private key file for authentication:” click on the “Browse” button and find the private key you generated previously and click the “Open” button to load it. The text field should now be filled in with the path to your private key.

eciencia: Cluster/Usage/SSHKeyManagement/Putty (last edited 2014-03-04 15:55:29 by aloga)