Generate SSH Keys Using PuTTY
References:
Steps To Generate SSH Keys Using PuTTY:
- Install Putty first. Please refer here https://muzakkirskills.blogspot.com/2023/05/connect-to-linux-from-windows-by-using.html .
- Press the Windows button.
- To use the SSH key to connect to your target server or system, make sure that you have already created a user in your system. Example:Ramlah. Please note that the user I created is the user with admin privileged. You can create the normal one if you preferred to do it. For this example, I created a user named Ramlah.
- Go to Ramlah home directory.
- Created .ssh directory directory.
- Give permission to .ssh directory.
- Go to .ssh directory and create one file called authorized_keys.
- Set the permission to 644 for authorized_keys .

Comments