= 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 == * You can download the Putty ssh from [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]] * Download the [[http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe|Putty.exe Agent]] * Download the [[http://the.earth.li/~sgtatham/putty/latest/x86/puttygen.exe|puttygen.exe]] == 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.