#key ssh
Ordenar por:
Categoría:
L
Login SSH sin pass + Update key
Como tener acceso de un servidor a otro vía SSH sin tener que escribir usuario y password. 1) En el servidor origen ejecutar la siguiente línea de comandos en la shell (no introducir passphrase) : origen# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (…
72
0