How to Use Putty to SSH on Windows | Generate SSH Key Pair with PuTTYGen

Опубликовано: 20 Апрель 2023
на канале: TechTutelage
2,831
26

How to install and use PuTTY & PuTTYgen to ssh in to a remote server using user name/password or private/public key pair. Also, how to generate a key pair and how to convert an openssl key pair with PuTTYgen so it is PuTTY compatible.

🔔 SUBSCRIBE: If you find my videos helpful, you can support me by subscribing and leaving a comment.    / @techtute  

'vi' - text editor commands used in the tutorial
type "vi authorized_keys" to create/edit the file
press "i" to switch to in INSERT mode
right click to paste public key in the "authorized_keys" file
press "esc" to exit INSERT mode
type ":qw" to save and exit "authorized_keys" file


TIMESTAMPS
00:00 Install PuTTY
01:10 Configure Default Settings
03:00 SSH with user name and password
03:40 Create public/private key pair with PuTTYgen
05:30 SSH with public/private key pair
06:30 Create public/private key pair with ssh-keygen in Powershell
08:00 Convert openssl key to ppk