Difference between revisions of "Ssh keys"
From ALICE Documentation
(→Setup PuTTY to use key based login) |
(→Setup PuTTY to use key based login) |
||
Line 4: | Line 4: | ||
Before we can use key based login we first need to create a private/public key set. THis is doen by the program puttygen. Open this program: | Before we can use key based login we first need to create a private/public key set. THis is doen by the program puttygen. Open this program: | ||
[[File:putty6.PNG|none|thumb]] | [[File:putty6.PNG|none|thumb]] | ||
+ | and hit the 'Generate'key. You will have to move your mouse around as this will help randomness in the creation of the key pair. Once the keys have been created you need to save each key in its own file. | ||
[[File:putty7.PNG|none|thumb]] | [[File:putty7.PNG|none|thumb]] | ||
[[File:putty8.PNG|none|thumb]] | [[File:putty8.PNG|none|thumb]] |
Revision as of 16:04, 8 July 2019
It is possible to setup ssh using keys only.
Setup Linux ssh for key based login
Setup PuTTY to use key based login
Before we can use key based login we first need to create a private/public key set. THis is doen by the program puttygen. Open this program:
and hit the 'Generate'key. You will have to move your mouse around as this will help randomness in the creation of the key pair. Once the keys have been created you need to save each key in its own file.