How Do I Create and Use Public Keys with SSH?

preview_player
Показать описание
⚜️ SSH and SFTP Public Key Authentication requires that you create a public/private key pair. We'll look at how to create, and then use, those keys.

⚜️ SSH and public keys
The easiest approach to creating a public / private key pair is to download and install PuTTY, and then use the PuTTYgen tool. Once you have a key pair, keep the private key secure, and give the public key to the administrator of the server to which you want to connect. Using it is as simple as specifying the location of your private key to the SSH or SFTP tool you’re using.

Chapters
0:00 Create Public Keys with SSH
0:08 No clue?
0:40 What is SSH?
1:20 SSH clients
1:30 SGTP clients
2:30 Generating Your Keys
3:00 Using PuTTY
6:00 Save your public and private keys
7:10 Export OpenSSH key
7:40 View your keys
9:30 Using your keys
11:00 Connecting to the server
14:00 Passphrase is optional
14:30 FTP

More Ask Leo!

#askleo #ssh #publickey
Рекомендации по теме
Комментарии
Автор

The magic of SSH and SFTP Public Key Authentication is the public/private key pair. We'll look at how to create and then use those keys.

askleonotenboom
Автор

I know what you said in the beginning, but I still had to watch. It is still good information to know, maybe someday I will learn this. As always another excellent video, thank you.

markanderson