Using SSH Keys with .ssh Folder and Config on Mac
Tiempo de lectura: 2 minutos Reading time: < 1 minute Today we are going to learn how to use the .ssh folder to connect to our SSH servers using RSA keys. The first thing we need to do is create an RSA key so that it generates the directory. Open the console and type: ssh-keygen We will be prompted with: ... Read more