Changes between Version 3 and Version 4 of netsec2018ssh
- Timestamp:
- Jun 7, 2018, 6:57:47 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
netsec2018ssh
v3 v4 21 21 22 22 - Start the PuTTYgen utility, by double-clicking on its .exe file. 23 - For Type of key to generate, select SSH-2 RSA. 24 25 23 - For Type of key to generate, select SSH-2 RSA 26 24 - In the Number of bits in a generated key field, specify either 2048 or 4096 (increasing the bits makes it harder to crack the key by brute-force methods). 27 25 - Click the Generate button. 26 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/netsec2018ssh/puttygen.png)]] 27 28 28 - Move your mouse pointer around in the blank area of the Key section, below the progress bar (to generate some randomness) until the progress bar is full. 29 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/netsec2018ssh/puttygen1.png)]] 30 29 31 - A private/ public key pair has now been generated. 30 32 - In the Key comment field, enter your email address. 31 33 - The Key passphrase field & re-type the same passphrase in the Confirm passphrase field.9. Click the Save private key button and save as private_key . 32 34 - Right-click in the text field labeled Public key for pasting into OpenSSH authorized_keys file and choose Select All. 35 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/netsec2018ssh/puttygen2.png)]] 36 33 37 - Right-click again in the same text field and choose Copy. 34 38 - Open notepad; paste the public key and save it as txt file. … … 57 61 - PuTTY's initial window is the Session Category (navigate PuTTY's various categories, along the left- hand side of the window). 58 62 - In the Host Name field, enter the IP address/Hostname of ssh server 59 - Enter the port number in the Port field as 22 .5. Along the left-hand side of the window, select Connection > SSH > Auth 63 - Enter the port number in the Port field as 22 64 - Along the left-hand side of the window, select Connection > SSH > Auth 65 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/netsec2018ssh/puttyauth.png)]] 66 60 67 - Browse your file system and select your previously-created private key. 61 68 - Return to the Session Category and enter a name for this profile in the Saved Sessions field.