Загрузка...

Easily setup PuTTY SSH keys for passwordless logins using Pageant (See description below)

The first step you need to take is to go to official Putty download page
http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

Install : Putty & PuTTygen & Pageant
-------------------------------------------------------------------------------------------------------------
open PuTTygen program which you will use it to generate Keys pairs.

Select SSH-2 RSA Key with 2048 bits, hit the Generate button and move the cursor randomly
-------------------------------------------------------------------------------------------------------------
Save The Public Key to Remote Server and Login using SSH Keys
------------------------------------------------------------------------------------------------------------
create .ssh directory and authorized_keys file onto its home path by issuing the following commands:

# pwd ## To see if you are in the correct $HOME location
# mkdir .ssh
# nano .ssh/authorized_keys

On the authorized_keys file paste and save the content from the Public Key that you copied earlier from Putty Key Generator.

protect the folder and authorized_keys

# chmod -R 700 .ssh/
# exit
-------------------------------------------------------------------------------------------------------------

Видео Easily setup PuTTY SSH keys for passwordless logins using Pageant (See description below) канала Viafreekab
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки