Posts tagged 'rsa'

Francisco Valladolid

Generando llaves SSH

Use el comando ssh-heygen(1) para crear un par de llaves usando el tipo ed25519 para incrementar la seguridad.

$  ssh-keygen -o -t ed25519 -a 100 -f ~/.ssh/id_ed25519 
Generating public/private ed25519 key pair.
Enter file in which to save the key (/Users/userX/.ssh/id_ed25519):
Generating public/private …