Apuntes
Vamos a utilizar el SSH Keygen. Sustituímos nuestro correo en el comando.
~$ ssh-keygen -t ed25519 -C "[email protected]"
.
Inicializar Agente de SSH:
eval "$(ssh-agent -s)"
.
Agregar nuestra Llave a nuestro Agente de SSH:
ssh-add ~/.ssh/id_ed25519
.
Comando para imprimir nuestra llave:
cat ~/.ssh/id_ed25519.pub
Want to see more contributions, questions and answers from the community?